#B97C04

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

Shades of Dark Goldenrod #B97C04

Tints of Dark Goldenrod #B97C04

Color information

#B97C04 (or 0xB97C04) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 7C and 04. RGB value is (185,124,4). Sum of RGB (Red+Green+Blue) = 185+124+4=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C04 is #4683FB. Grayscale: #818181. Windows color (decimal): -4621308 or 294073. OLE color: 294073.

HSL color Cylindrical-coordinate representation of color #B97C04: hue angle of 39.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B97C04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1851244-
CMYK00.330.980.27
HSL39.78º95.77%37.06%-
HSV(B)39.78º97.84%72.55%-
XYZ27.2424.743.45-
YUV128.5657.71168.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=59.11%
G=39.62%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185124400.330.980.2739.7895.7737.06
HexB97C4021621B286025
Octal2711744041142335014045
Binary10111001111110010001000011100010110111010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C04; }

 p { color: rgb(185,124,4); }

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

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

 a { background-color: rgb(185,124,4); }

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

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

 span { border-color: rgb(185,124,4); }

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