#BB7400

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

Shades of Dark Goldenrod #BB7400

Tints of Dark Goldenrod #BB7400

Color information

#BB7400 (or 0xBB7400) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 74 and 00. RGB value is (187,116,0). Sum of RGB (Red+Green+Blue) = 187+116+0=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7400 is #448BFF. Grayscale: #7C7C7C. Windows color (decimal): -4492288 or 29883. OLE color: 29883.

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

Color convert

RGB1871160-
CMYK00.3810.27
HSL37.22º100%36.67%-
HSV(B)37.22º100%73.33%-
XYZ26.7423.063.04-
YUV12458.02172.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.72%
G=38.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187116000.3810.2737.2210036.67
HexBB740026641B256425
Octal2731640046144334514445
Binary101110111110100001001101100100110111001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7400; }

 p { color: rgb(187,116,0); }

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

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

 a { background-color: rgb(187,116,0); }

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

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

 span { border-color: rgb(187,116,0); }

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