#BC9E39

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

Shades of Roti #BC9E39

Tints of Roti #BC9E39

Color information

#BC9E39 (or 0xBC9E39) is unknown color: approx Roti. HEX triplet: BC, 9E and 39. RGB value is (188,158,57). Sum of RGB (Red+Green+Blue) = 188+158+57=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E39 is #4361C6. Grayscale: #9B9B9B. Windows color (decimal): -4415943 or 3776188. OLE color: 3776188.

HSL color Cylindrical-coordinate representation of color #BC9E39: hue angle of 46.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9E39 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18815857-
CMYK00.160.700.26
HSL46.26º53.47%48.04%-
HSV(B)46.26º69.68%73.73%-
XYZ33.735.448.94-
YUV155.4672.44151.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=46.65%
G=39.21%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881585700.160.700.2646.2653.4748.04
HexBC9E39010461A2e3530
Octal2742367102010632566560
Binary1011110010011110111001010000100011011010101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E39; }

 p { color: rgb(188,158,57); }

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

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

 a { background-color: rgb(188,158,57); }

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

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

 span { border-color: rgb(188,158,57); }

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