#BB7300

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

Shades of Dark Goldenrod #BB7300

Tints of Dark Goldenrod #BB7300

Color information

#BB7300 (or 0xBB7300) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 73 and 00. RGB value is (187,115,0). Sum of RGB (Red+Green+Blue) = 187+115+0=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7300 is #448CFF. Grayscale: #7B7B7B. Windows color (decimal): -4492544 or 29627. OLE color: 29627.

HSL color Cylindrical-coordinate representation of color #BB7300: hue angle of 36.9º 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 #BB7300 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1871150-
CMYK00.3910.27
HSL36.9º100%36.67%-
HSV(B)36.9º100%73.33%-
XYZ26.6222.833-
YUV123.4258.35173.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.92%
G=38.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187115000.3910.2736.910036.67
HexBB730027641B256425
Octal2731630047144334514445
Binary101110111110011001001111100100110111001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7300; }

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

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

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

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

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

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

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

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