Html Css Color HEX #B17006 Dark Goldenrod

📋 copy color: '#B17006'

red 177 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #B17006

Tints of Dark Goldenrod #B17006

RGB

 RED value IS 177 (69.53% from 255) = 60%

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 60%
G = 37.97%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B17006 (or 0xB17006) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 06. RGB value is (177,112,6). Sum of RGB (Red+Green+Blue) = 177+112+6=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B17006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17006 is #4E8FF9. Grayscale: #777777. Windows color (decimal): -5148666 or 422065. OLE color: 422065.

HSL color Cylindrical-coordinate representation of color #B17006: hue angle of 37.19º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B17006 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 6 -
CMYK 0 0.37 0.97 0.31
HSL 37.19º 0.93% 0.36% -
HSV(B) 37.19º 0.97% 0.69% -
XYZ 23.96 20.95 2.95 -
YUV 119.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 177 112 6 0 0.37 0.97 0.31 37.19 0.93 0.36
Hex B1 70 6 0 25 61 1F 25 5D 24
Octal 261 160 6 0 45 141 37 45 135 44
Binary 10110001 1110000 110 0 100101 1100001 11111 100101 1011101 100100

Color Harmonies of #B17006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17006

Black with #B17006

Text Example


Text Example

White with #B17006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17006; }

 p { color: rgb(177,112,6); }

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

background-color css

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

 a { background-color: rgb(177,112,6); }

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

border-color css

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

 span { border-color: rgb(177,112,6); }

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