#BB7203

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

Shades of Dark Goldenrod #BB7203

Tints of Dark Goldenrod #BB7203

Color information

#BB7203 (or 0xBB7203) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 72 and 03. RGB value is (187,114,3). Sum of RGB (Red+Green+Blue) = 187+114+3=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7203 is #448DFC. Grayscale: #7B7B7B. Windows color (decimal): -4492797 or 225979. OLE color: 225979.

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

Color convert

RGB1871143-
CMYK00.390.980.27
HSL36.2º96.84%37.25%-
HSV(B)36.2º98.4%73.33%-
XYZ26.5322.613.05-
YUV123.1760.18173.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=61.51%
G=37.5%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187114300.390.980.2736.296.8437.25
HexBB723027621B246125
Octal2731623047142334414145
Binary1011101111100101101001111100010110111001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7203; }

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

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

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

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

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

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

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

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