Html Css Color HEX #B17001 Dark Goldenrod

📋 copy color: '#B17001'

red 177 ◦ green 112 ◦ blue 1

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

Shades of Dark Goldenrod #B17001

Tints of Dark Goldenrod #B17001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 61.03%
G = 38.62%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B17001 (or 0xB17001) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 01. RGB value is (177,112,1). Sum of RGB (Red+Green+Blue) = 177+112+1=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B17001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17001 is #4E8FFE. Grayscale: #777777. Windows color (decimal): -5148671 or 94385. OLE color: 94385.

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

Color convert

RGB 177 112 1 -
CMYK 0 0.37 0.99 0.31
HSL 37.84º 0.99% 0.35% -
HSV(B) 37.84º 0.99% 0.69% -
XYZ 23.93 20.94 2.81 -
YUV 118.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 177 112 1 0 0.37 0.99 0.31 37.84 0.99 0.35
Hex B1 70 1 0 25 63 1F 26 63 23
Octal 261 160 1 0 45 143 37 46 143 43
Binary 10110001 1110000 1 0 100101 1100011 11111 100110 1100011 100011

Color Harmonies of #B17001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17001

Black with #B17001

Text Example


Text Example

White with #B17001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17001; }

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

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

background-color css

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

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

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

border-color css

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

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

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