Html Css Color HEX #B36B11 Golden Brown

📋 copy color: '#B36B11'

red 179 ◦ green 107 ◦ blue 17

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

Shades of Golden Brown #B36B11

Tints of Golden Brown #B36B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 59.08%
G = 35.31%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B36B11 (or 0xB36B11) is known color: Golden Brown. HEX triplet: B3, 6B and 11. RGB value is (179,107,17). Sum of RGB (Red+Green+Blue) = 179+107+17=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36B11 is #4C94EE. Grayscale: #767676. Windows color (decimal): -5018863 or 1141683. OLE color: 1141683.

HSL color Cylindrical-coordinate representation of color #B36B11: hue angle of 33.33º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B36B11 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 107 17 -
CMYK 0 0.40 0.91 0.30
HSL 33.33º 0.83% 0.38% -
HSV(B) 33.33º 0.91% 0.7% -
XYZ 23.95 20.14 3.16 -
YUV 118.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 179 107 17 0 0.40 0.91 0.30 33.33 0.83 0.38
Hex B3 6B 11 0 28 5B 1E 21 53 26
Octal 263 153 21 0 50 133 36 41 123 46
Binary 10110011 1101011 10001 0 101000 1011011 11110 100001 1010011 100110

Color Harmonies of #B36B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36B11

Black with #B36B11

Text Example


Text Example

White with #B36B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36B11; }

 p { color: rgb(179,107,17); }

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

background-color css

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

 a { background-color: rgb(179,107,17); }

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

border-color css

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

 span { border-color: rgb(179,107,17); }

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