Html Css Color HEX #B36712 Golden Brown

📋 copy color: '#B36712'

red 179 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #B36712

Tints of Golden Brown #B36712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 59.67%
G = 34.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B36712 (or 0xB36712) is known color: Golden Brown. HEX triplet: B3, 67 and 12. RGB value is (179,103,18). Sum of RGB (Red+Green+Blue) = 179+103+18=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B36712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36712 is #4C98ED. Grayscale: #747474. Windows color (decimal): -5019886 or 1206195. OLE color: 1206195.

HSL color Cylindrical-coordinate representation of color #B36712: hue angle of 31.68º 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 #B36712 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 18 -
CMYK 0 0.42 0.90 0.30
HSL 31.68º 0.82% 0.39% -
HSV(B) 31.68º 0.9% 0.7% -
XYZ 23.55 19.33 3.06 -
YUV 116.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 179 103 18 0 0.42 0.90 0.30 31.68 0.82 0.39
Hex B3 67 12 0 2A 5A 1E 20 52 27
Octal 263 147 22 0 52 132 36 40 122 47
Binary 10110011 1100111 10010 0 101010 1011010 11110 100000 1010010 100111

Color Harmonies of #B36712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36712

Black with #B36712

Text Example


Text Example

White with #B36712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36712; }

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

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

background-color css

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

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

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

border-color css

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

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

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