#BC9647

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

Shades of Roti #BC9647

Tints of Roti #BC9647

Color information

#BC9647 (or 0xBC9647) is unknown color: approx Roti. HEX triplet: BC, 96 and 47. RGB value is (188,150,71). Sum of RGB (Red+Green+Blue) = 188+150+71=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9647 is #4369B8. Grayscale: #989898. Windows color (decimal): -4417977 or 4691644. OLE color: 4691644.

HSL color Cylindrical-coordinate representation of color #BC9647: hue angle of 40.51º 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 #BC9647 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18815071-
CMYK00.200.620.26
HSL40.51º46.61%50.78%-
HSV(B)40.51º62.23%73.73%-
XYZ32.7832.9610.6-
YUV152.3682.09153.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 71 (28.12% from 255) = 17.36%
R=45.97%
G=36.67%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881507100.200.620.2640.5146.6150.78
HexBC96470143E1A292f33
Octal2742261070247632515763
Binary1011110010010110100011101010011111011010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9647; }

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

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

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

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

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

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

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

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