#BC9847

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

Shades of Roti #BC9847

Tints of Roti #BC9847

Color information

#BC9847 (or 0xBC9847) is unknown color: approx Roti. HEX triplet: BC, 98 and 47. RGB value is (188,152,71). Sum of RGB (Red+Green+Blue) = 188+152+71=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9847 is #4367B8. Grayscale: #999999. Windows color (decimal): -4417465 or 4692156. OLE color: 4692156.

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

Color convert

RGB18815271-
CMYK00.190.620.26
HSL41.54º46.61%50.78%-
HSV(B)41.54º62.23%73.73%-
XYZ33.133.610.7-
YUV153.5381.43152.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=45.74%
G=36.98%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881527100.190.620.2641.5446.6150.78
HexBC98470133E1A2a2f33
Octal2742301070237632525763
Binary1011110010011000100011101001111111011010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9847; }

 p { color: rgb(188,152,71); }

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

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

 a { background-color: rgb(188,152,71); }

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

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

 span { border-color: rgb(188,152,71); }

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