Html Css Color HEX #B66511 Golden Brown

📋 copy color: '#B66511'

red 182 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #B66511

Tints of Golden Brown #B66511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 60.67%
G = 33.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B66511 (or 0xB66511) is known color: Golden Brown. HEX triplet: B6, 65 and 11. RGB value is (182,101,17). Sum of RGB (Red+Green+Blue) = 182+101+17=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B66511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66511 is #499AEE. Grayscale: #747474. Windows color (decimal): -4823791 or 1140150. OLE color: 1140150.

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

Color convert

RGB 182 101 17 -
CMYK 0 0.45 0.91 0.29
HSL 30.55º 0.83% 0.39% -
HSV(B) 30.55º 0.91% 0.71% -
XYZ 24.05 19.29 2.99 -
YUV 115.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 182 101 17 0 0.45 0.91 0.29 30.55 0.83 0.39
Hex B6 65 11 0 2D 5B 1D 1F 53 27
Octal 266 145 21 0 55 133 35 37 123 47
Binary 10110110 1100101 10001 0 101101 1011011 11101 11111 1010011 100111

Color Harmonies of #B66511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66511

Black with #B66511

Text Example


Text Example

White with #B66511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66511; }

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

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

background-color css

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

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

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

border-color css

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

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

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