Html Css Color HEX #B06611 Golden Brown

📋 copy color: '#B06611'

red 176 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #B06611

Tints of Golden Brown #B06611

RGB

 RED value IS 176 (69.14% from 255) = 59.66%

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

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

R = 59.66%
G = 34.58%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B06611 (or 0xB06611) is known color: Golden Brown. HEX triplet: B0, 66 and 11. RGB value is (176,102,17). Sum of RGB (Red+Green+Blue) = 176+102+17=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06611 is #4F99EE. Grayscale: #727272. Windows color (decimal): -5216751 or 1140400. OLE color: 1140400.

HSL color Cylindrical-coordinate representation of color #B06611: hue angle of 32.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06611 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 17 -
CMYK 0 0.42 0.90 0.31
HSL 32.08º 0.82% 0.38% -
HSV(B) 32.08º 0.9% 0.69% -
XYZ 22.76 18.77 2.95 -
YUV 114.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 176 102 17 0 0.42 0.90 0.31 32.08 0.82 0.38
Hex B0 66 11 0 2A 5A 1F 20 52 26
Octal 260 146 21 0 52 132 37 40 122 46
Binary 10110000 1100110 10001 0 101010 1011010 11111 100000 1010010 100110

Color Harmonies of #B06611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06611

Black with #B06611

Text Example


Text Example

White with #B06611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06611; }

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

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

background-color css

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

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

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

border-color css

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

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

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