#B97B00

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

Shades of Dark Goldenrod #B97B00

Tints of Dark Goldenrod #B97B00

Color information

#B97B00 (or 0xB97B00) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7B and 00. RGB value is (185,123,0). Sum of RGB (Red+Green+Blue) = 185+123+0=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97B00 is #4684FF. Grayscale: #808080. Windows color (decimal): -4621568 or 31673. OLE color: 31673.

HSL color Cylindrical-coordinate representation of color #B97B00: hue angle of 39.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B97B00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1851230-
CMYK00.3410.27
HSL39.89º100%36.27%-
HSV(B)39.89º100%72.55%-
XYZ27.0924.483.3-
YUV127.5256.04169-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.06%
G=39.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185123000.3410.2739.8910036.27
HexB97B0022641B286424
Octal2711730042144335014444
Binary101110011111011001000101100100110111010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B00; }

 p { color: rgb(185,123,0); }

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

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

 a { background-color: rgb(185,123,0); }

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

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

 span { border-color: rgb(185,123,0); }

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