#BC9946

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

Shades of Roti #BC9946

Tints of Roti #BC9946

Color information

#BC9946 (or 0xBC9946) is unknown color: approx Roti. HEX triplet: BC, 99 and 46. RGB value is (188,153,70). Sum of RGB (Red+Green+Blue) = 188+153+70=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9946 is #4366B9. Grayscale: #9A9A9A. Windows color (decimal): -4417210 or 4626876. OLE color: 4626876.

HSL color Cylindrical-coordinate representation of color #BC9946: hue angle of 42.2º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC9946 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18815370-
CMYK00.190.630.26
HSL42.2º46.83%50.59%-
HSV(B)42.2º62.77%73.73%-
XYZ33.2433.9210.59-
YUV15480.6152.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 70 (27.73% from 255) = 17.03%
R=45.74%
G=37.23%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881537000.190.630.2642.246.8350.59
HexBC99460133F1A2a2f33
Octal2742311060237732525763
Binary1011110010011001100011001001111111111010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9946; }

 p { color: rgb(188,153,70); }

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

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

 a { background-color: rgb(188,153,70); }

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

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

 span { border-color: rgb(188,153,70); }

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