Html Css Color HEX #B66211 Golden Brown

📋 copy color: '#B66211'

red 182 ◦ green 98 ◦ blue 17

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

Shades of Golden Brown #B66211

Tints of Golden Brown #B66211

RGB

 RED value IS 182 (71.48% from 255) = 61.28%

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 61.28%
G = 33%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B66211 (or 0xB66211) is known color: Golden Brown. HEX triplet: B6, 62 and 11. RGB value is (182,98,17). Sum of RGB (Red+Green+Blue) = 182+98+17=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B66211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66211 is #499DEE. Grayscale: #727272. Windows color (decimal): -4824559 or 1139382. OLE color: 1139382.

HSL color Cylindrical-coordinate representation of color #B66211: hue angle of 29.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B66211 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 17 -
CMYK 0 0.46 0.91 0.29
HSL 29.45º 0.83% 0.39% -
HSV(B) 29.45º 0.91% 0.71% -
XYZ 23.76 18.72 2.89 -
YUV 113.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 182 98 17 0 0.46 0.91 0.29 29.45 0.83 0.39
Hex B6 62 11 0 2E 5B 1D 1D 53 27
Octal 266 142 21 0 56 133 35 35 123 47
Binary 10110110 1100010 10001 0 101110 1011011 11101 11101 1010011 100111

Color Harmonies of #B66211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66211

Black with #B66211

Text Example


Text Example

White with #B66211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66211; }

 p { color: rgb(182,98,17); }

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

background-color css

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

 a { background-color: rgb(182,98,17); }

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

border-color css

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

 span { border-color: rgb(182,98,17); }

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