#BB9303

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

Shades of Dark Goldenrod #BB9303

Tints of Dark Goldenrod #BB9303

Color information

#BB9303 (or 0xBB9303) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 93 and 03. RGB value is (187,147,3). Sum of RGB (Red+Green+Blue) = 187+147+3=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9303 is #446CFC. Grayscale: #8F8F8F. Windows color (decimal): -4484349 or 234427. OLE color: 234427.

HSL color Cylindrical-coordinate representation of color #BB9303: hue angle of 46.96º degrees, saturation: 0.97, 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 #BB9303 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1871473-
CMYK00.210.980.27
HSL46.96º96.84%37.25%-
HSV(B)46.96º98.4%73.33%-
XYZ30.9431.444.52-
YUV142.5449.25159.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=55.49%
G=43.62%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187147300.210.980.2746.9696.8437.25
HexBB933015621B2f6125
Octal2732233025142335714145
Binary1011101110010011110101011100010110111011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9303; }

 p { color: rgb(187,147,3); }

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

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

 a { background-color: rgb(187,147,3); }

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

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

 span { border-color: rgb(187,147,3); }

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