#BC730B

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

Shades of Dark Goldenrod #BC730B

Tints of Dark Goldenrod #BC730B

Color information

#BC730B (or 0xBC730B) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 73 and 0B. RGB value is (188,115,11). Sum of RGB (Red+Green+Blue) = 188+115+11=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC730B is #438CF4. Grayscale: #7D7D7D. Windows color (decimal): -4426997 or 750524. OLE color: 750524.

HSL color Cylindrical-coordinate representation of color #BC730B: hue angle of 35.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC730B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18811511-
CMYK00.390.940.26
HSL35.25º88.94%39.02%-
HSV(B)35.25º94.15%73.73%-
XYZ26.9322.983.33-
YUV124.9763.68172.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 11 (4.69% from 255) = 3.50%
R=59.87%
G=36.62%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881151100.390.940.2635.2588.9439.02
HexBC73B0275E1A235927
Octal27416313047136324313147
Binary101111001110011101101001111011110110101000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC730B; }

 p { color: rgb(188,115,11); }

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

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

 a { background-color: rgb(188,115,11); }

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

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

 span { border-color: rgb(188,115,11); }

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