Html Css Color HEX #B17005 Dark Goldenrod

📋 copy color: '#B17005'

red 177 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #B17005

Tints of Dark Goldenrod #B17005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 60.2%
G = 38.1%
B = 1.7%

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

#B17005 (or 0xB17005) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 05. RGB value is (177,112,5). Sum of RGB (Red+Green+Blue) = 177+112+5=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B17005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17005 is #4E8FFA. Grayscale: #777777. Windows color (decimal): -5148667 or 356529. OLE color: 356529.

HSL color Cylindrical-coordinate representation of color #B17005: hue angle of 37.33º degrees, saturation: 0.95, 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 #B17005 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 5 -
CMYK 0 0.37 0.97 0.31
HSL 37.33º 0.95% 0.36% -
HSV(B) 37.33º 0.97% 0.69% -
XYZ 23.95 20.95 2.92 -
YUV 119.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 177 112 5 0 0.37 0.97 0.31 37.33 0.95 0.36
Hex B1 70 5 0 25 61 1F 25 5F 24
Octal 261 160 5 0 45 141 37 45 137 44
Binary 10110001 1110000 101 0 100101 1100001 11111 100101 1011111 100100

Color Harmonies of #B17005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17005

Black with #B17005

Text Example


Text Example

White with #B17005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17005; }

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

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

background-color css

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

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

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

border-color css

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

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

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