Html Css Color HEX #B17801 Dark Goldenrod

📋 copy color: '#B17801'

red 177 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #B17801

Tints of Dark Goldenrod #B17801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

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

R = 59.4%
G = 40.27%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B17801 (or 0xB17801) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 01. RGB value is (177,120,1). Sum of RGB (Red+Green+Blue) = 177+120+1=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B17801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17801 is #4E87FE. Grayscale: #7C7C7C. Windows color (decimal): -5146623 or 96433. OLE color: 96433.

HSL color Cylindrical-coordinate representation of color #B17801: hue angle of 40.57º 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 #B17801 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 1 -
CMYK 0 0.32 0.99 0.31
HSL 40.57º 0.99% 0.35% -
HSV(B) 40.57º 0.99% 0.69% -
XYZ 24.85 22.78 3.12 -
YUV 123.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 177 120 1 0 0.32 0.99 0.31 40.57 0.99 0.35
Hex B1 78 1 0 20 63 1F 29 63 23
Octal 261 170 1 0 40 143 37 51 143 43
Binary 10110001 1111000 1 0 100000 1100011 11111 101001 1100011 100011

Color Harmonies of #B17801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17801

Black with #B17801

Text Example


Text Example

White with #B17801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17801; }

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

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

background-color css

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

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

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

border-color css

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

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

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