#BC918E

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

Shades of Rosy Brown #BC918E

Tints of Rosy Brown #BC918E

Color information

#BC918E (or 0xBC918E) is unknown color: approx Rosy Brown. HEX triplet: BC, 91 and 8E. RGB value is (188,145,142). Sum of RGB (Red+Green+Blue) = 188+145+142=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918E is #436E71. Grayscale: #9D9D9D. Windows color (decimal): -4419186 or 9343420. OLE color: 9343420.

HSL color Cylindrical-coordinate representation of color #BC918E: hue angle of 3.91º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC918E is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188145142-
CMYK00.230.240.26
HSL3.91º25.56%64.71%-
HSV(B)3.91º24.47%73.73%-
XYZ35.7532.930.06-
YUV157.51119.25149.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=39.58%
G=30.53%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814514200.230.240.263.9125.5664.71
HexBC918E017181A41a41
Octal2742212160273032432101
Binary1011110010010001100011100101111100011010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC918E; }

 p { color: rgb(188,145,142); }

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

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

 a { background-color: rgb(188,145,142); }

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

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

 span { border-color: rgb(188,145,142); }

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