#BB7503

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

Shades of Dark Goldenrod #BB7503

Tints of Dark Goldenrod #BB7503

Color information

#BB7503 (or 0xBB7503) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 75 and 03. RGB value is (187,117,3). Sum of RGB (Red+Green+Blue) = 187+117+3=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7503 is #448AFC. Grayscale: #7D7D7D. Windows color (decimal): -4492029 or 226747. OLE color: 226747.

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

Color convert

RGB1871173-
CMYK00.370.980.27
HSL37.17º96.84%37.25%-
HSV(B)37.17º98.4%73.33%-
XYZ26.8723.293.17-
YUV124.9359.19172.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=60.91%
G=38.11%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187117300.370.980.2737.1796.8437.25
HexBB753025621B256125
Octal2731653045142334514145
Binary1011101111101011101001011100010110111001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7503; }

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

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

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

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

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

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

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

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