#BC9445

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

Shades of Roti #BC9445

Tints of Roti #BC9445

Color information

#BC9445 (or 0xBC9445) is unknown color: approx Roti. HEX triplet: BC, 94 and 45. RGB value is (188,148,69). Sum of RGB (Red+Green+Blue) = 188+148+69=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9445 is #436BBA. Grayscale: #979797. Windows color (decimal): -4418491 or 4560060. OLE color: 4560060.

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

Color convert

RGB18814869-
CMYK00.210.630.26
HSL39.83º47.04%50.39%-
HSV(B)39.83º63.3%73.73%-
XYZ32.432.310.16-
YUV150.9581.75154.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=46.42%
G=36.54%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881486900.210.630.2639.8347.0450.39
HexBC94450153F1A282f32
Octal2742241050257732505762
Binary1011110010010100100010101010111111111010101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9445; }

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

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

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

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

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

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

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

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