Color Hex Logo

#b65018 Color Hex

#B65018
(182,80,24)
0 Favorites   0 Comments

Color spaces of #b65018

RGB 1828024
HSL0.060.770.40
HSV21°87°71°
CMYK 0.000.560.87   0.29
XYZ22.324915.74842.7272
Yxy15.74840.54720.3860
Hunter Lab39.684330.970123.7044
CIE-Lab46.642738.487549.4875

#b65018 color RGB value is (182,80,24).

#b65018 hex color red value is 182, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #b65018 hue: 0.06 , saturation: 0.77 and the lightness value of b65018 is 0.40.

The process color (four color CMYK) of #b65018 color hex is 0.00, 0.56, 0.87, 0.29. Web safe color of #b65018 is #cc6600. Color #b65018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 00011000
Octal 266 120 30
Decimal 182 80 24
Hex B6 50 18

RGB Percentages of Color #b65018

%63.64
%27.97
%8.39

CMYK Percentages of Color #b65018

%0
%56
%87
%29

Triadic Colors of #b65018

#b65018 #18b650 #5018b6

Analogous Colors of #b65018

#b65018 #b69f18 #b6182f

Monochromatic Colors of #b65018

#b65018

Complementary Color

#b65018 #187eb6

#b65018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65018 Color CSS Codes

.mybgcolor {background-color:#b65018; } 
.myforecolor {color:#b65018; }
.mybordercolor {border:3px solid #b65018; }

#b65018 Text Font Color

<p style="color:#b65018">Text here</p>

This sample text font color is #b65018
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b65018 Background Color

<div style="background-color:#b65018">
Div content here</div>

This div background color is #b65018


#b65018 Border Color

<div style="border:3px solid #b65018">
Div here</div>

This div border color is #b65018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,80,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65018;
  -webkit-box-shadow: 1px 1px 3px 2px #b65018;
  box-shadow:         1px 1px 3px 2px #b65018; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,80,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b65018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b65018;
  -webkit-box-shadow: 1px 1px 3px 2px #b65018;
  box-shadow:         1px 1px 3px 2px #b65018;">
Div content here</div>

This div box has shadow with color #b65018


Comments

No comments written yet.

Please login to write comment.