Html Css Color HEX #B36111 Golden Brown

📋 copy color: '#B36111'

red 179 ◦ green 97 ◦ blue 17

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

Shades of Golden Brown #B36111

Tints of Golden Brown #B36111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 61.09%
G = 33.11%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B36111 (or 0xB36111) is known color: Golden Brown. HEX triplet: B3, 61 and 11. RGB value is (179,97,17). Sum of RGB (Red+Green+Blue) = 179+97+17=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B36111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36111 is #4C9EEE. Grayscale: #707070. Windows color (decimal): -5021423 or 1139123. OLE color: 1139123.

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

Color convert

RGB 179 97 17 -
CMYK 0 0.46 0.91 0.30
HSL 29.63º 0.83% 0.38% -
HSV(B) 29.63º 0.91% 0.7% -
XYZ 22.97 18.17 2.83 -
YUV 112.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 179 97 17 0 0.46 0.91 0.30 29.63 0.83 0.38
Hex B3 61 11 0 2E 5B 1E 1E 53 26
Octal 263 141 21 0 56 133 36 36 123 46
Binary 10110011 1100001 10001 0 101110 1011011 11110 11110 1010011 100110

Color Harmonies of #B36111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36111

Black with #B36111

Text Example


Text Example

White with #B36111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36111; }

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

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

background-color css

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

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

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

border-color css

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

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

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