Html Css Color HEX #B66611 Golden Brown

📋 copy color: '#B66611'

red 182 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #B66611

Tints of Golden Brown #B66611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 60.47%
G = 33.89%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B66611 (or 0xB66611) is known color: Golden Brown. HEX triplet: B6, 66 and 11. RGB value is (182,102,17). Sum of RGB (Red+Green+Blue) = 182+102+17=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B66611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66611 is #4999EE. Grayscale: #747474. Windows color (decimal): -4823535 or 1140406. OLE color: 1140406.

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

Color convert

RGB 182 102 17 -
CMYK 0 0.44 0.91 0.29
HSL 30.91º 0.83% 0.39% -
HSV(B) 30.91º 0.91% 0.71% -
XYZ 24.14 19.49 3.02 -
YUV 116.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 182 102 17 0 0.44 0.91 0.29 30.91 0.83 0.39
Hex B6 66 11 0 2C 5B 1D 1F 53 27
Octal 266 146 21 0 54 133 35 37 123 47
Binary 10110110 1100110 10001 0 101100 1011011 11101 11111 1010011 100111

Color Harmonies of #B66611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66611

Black with #B66611

Text Example


Text Example

White with #B66611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66611; }

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

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

background-color css

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

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

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

border-color css

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

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

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