#BC9945

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

Shades of Roti #BC9945

Tints of Roti #BC9945

Color information

#BC9945 (or 0xBC9945) is unknown color: approx Roti. HEX triplet: BC, 99 and 45. RGB value is (188,153,69). Sum of RGB (Red+Green+Blue) = 188+153+69=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9945 is #4366BA. Grayscale: #9A9A9A. Windows color (decimal): -4417211 or 4561340. OLE color: 4561340.

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

Color convert

RGB18815369-
CMYK00.190.630.26
HSL42.35º47.04%50.39%-
HSV(B)42.35º63.3%73.73%-
XYZ33.233.910.42-
YUV153.8980.1152.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=45.85%
G=37.32%
B=16.83%

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
Decimal1881536900.190.630.2642.3547.0450.39
HexBC99450133F1A2a2f32
Octal2742311050237732525762
Binary1011110010011001100010101001111111111010101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9945; }

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

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

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

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

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

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

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

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