#BC9F37

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

Shades of Roti #BC9F37

Tints of Roti #BC9F37

Color information

#BC9F37 (or 0xBC9F37) is unknown color: approx Roti. HEX triplet: BC, 9F and 37. RGB value is (188,159,55). Sum of RGB (Red+Green+Blue) = 188+159+55=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F37 is #4360C8. Grayscale: #9C9C9C. Windows color (decimal): -4415689 or 3645372. OLE color: 3645372.

HSL color Cylindrical-coordinate representation of color #BC9F37: hue angle of 46.92º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC9F37 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18815955-
CMYK00.150.710.26
HSL46.92º54.73%47.65%-
HSV(B)46.92º70.74%73.73%-
XYZ33.8335.768.73-
YUV155.8271.11150.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=46.77%
G=39.55%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881595500.150.710.2646.9254.7347.65
HexBC9F370F471A2f3730
Octal2742376701710732576760
Binary101111001001111111011101111100011111010101111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F37; }

 p { color: rgb(188,159,55); }

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

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

 a { background-color: rgb(188,159,55); }

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

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

 span { border-color: rgb(188,159,55); }

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