Html Css Color HEX #B06418 Golden Brown

📋 copy color: '#B06418'

red 176 ◦ green 100 ◦ blue 24

#B06418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #B06418

Tints of Golden Brown #B06418

RGB

 RED value IS 176 (69.14% from 255) = 58.67%

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 58.67%
G = 33.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B06418 (or 0xB06418) is known color: Golden Brown. HEX triplet: B0, 64 and 18. RGB value is (176,100,24). Sum of RGB (Red+Green+Blue) = 176+100+24=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B06418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06418 is #4F9BE7. Grayscale: #727272. Windows color (decimal): -5217256 or 1598640. OLE color: 1598640.

HSL color Cylindrical-coordinate representation of color #B06418: hue angle of 30º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B06418 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 24 -
CMYK 0 0.43 0.86 0.31
HSL 30º 0.76% 0.39% -
HSV(B) 30º 0.86% 0.69% -
XYZ 22.63 18.41 3.23 -
YUV 114.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 176 100 24 0 0.43 0.86 0.31 30 0.76 0.39
Hex B0 64 18 0 2B 56 1F 1E 4C 27
Octal 260 144 30 0 53 126 37 36 114 47
Binary 10110000 1100100 11000 0 101011 1010110 11111 11110 1001100 100111

Color Harmonies of #B06418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06418

Black with #B06418

Text Example


Text Example

White with #B06418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06418; }

 p { color: rgb(176,100,24); }

 H1.HeaderClassName
 {
   color: #B06418;
 }
 .AnyTagClassName
 {
   color: #B06418;
 }
</style>

background-color css

<style>
 a { background-color: #B06418; }

 a { background-color: rgb(176,100,24); }

 div.DivClassName
 {
   background-color: #B06418;
 }
 .BgClassName
 {
   background-color: #B06418;
 }
</style>

border-color css

<style>
 span { border-color: #B06418; }

 span { border-color: rgb(176,100,24); }

 td.TdClassName
 {
   border-color: #B06418;
 }
 .TagClassName
 {
   border-color: #B06418;
 }
</style>