#B17800

Color #B17800 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B17800

Tints of Dark Goldenrod #B17800

Color information

#B17800 (or 0xB17800) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 78 and 00. RGB value is (177,120,0). Sum of RGB (Red+Green+Blue) = 177+120+0=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B17800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17800 is #4E87FF. Grayscale: #7B7B7B. Windows color (decimal): -5146624 or 30897. OLE color: 30897.

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

Color convert

RGB1771200-
CMYK00.3210.31
HSL40.68º100%34.71%-
HSV(B)40.68º100%69.41%-
XYZ24.8522.783.09-
YUV123.3658.38166.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.60%
G=40.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177120000.3210.3140.6810034.71
HexB1780020641F296423
Octal2611700040144375114443
Binary101100011111000001000001100100111111010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17800; }

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

 H1.HeaderClassName
 {
   color: #B17800;
 }
 .AnyTagClassName
 {
   color: #B17800;
 }
</style>
background-color css

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

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

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

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

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

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