Html Css Color HEX #B36412 Golden Brown

📋 copy color: '#B36412'

red 179 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #B36412

Tints of Golden Brown #B36412

RGB

 RED value IS 179 (70.31% from 255) = 60.27%

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 60.27%
G = 33.67%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B36412 (or 0xB36412) is known color: Golden Brown. HEX triplet: B3, 64 and 12. RGB value is (179,100,18). Sum of RGB (Red+Green+Blue) = 179+100+18=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B36412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36412 is #4C9BED. Grayscale: #727272. Windows color (decimal): -5020654 or 1205427. OLE color: 1205427.

HSL color Cylindrical-coordinate representation of color #B36412: hue angle of 30.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B36412 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 18 -
CMYK 0 0.44 0.90 0.30
HSL 30.56º 0.82% 0.39% -
HSV(B) 30.56º 0.9% 0.7% -
XYZ 23.26 18.74 2.96 -
YUV 114.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 179 100 18 0 0.44 0.90 0.30 30.56 0.82 0.39
Hex B3 64 12 0 2C 5A 1E 1F 52 27
Octal 263 144 22 0 54 132 36 37 122 47
Binary 10110011 1100100 10010 0 101100 1011010 11110 11111 1010010 100111

Color Harmonies of #B36412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36412

Black with #B36412

Text Example


Text Example

White with #B36412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36412; }

 p { color: rgb(179,100,18); }

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

background-color css

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

 a { background-color: rgb(179,100,18); }

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

border-color css

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

 span { border-color: rgb(179,100,18); }

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