#BC918D

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

Shades of Rosy Brown #BC918D

Tints of Rosy Brown #BC918D

Color information

#BC918D (or 0xBC918D) is unknown color: approx Rosy Brown. HEX triplet: BC, 91 and 8D. RGB value is (188,145,141). Sum of RGB (Red+Green+Blue) = 188+145+141=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918D is #436E72. Grayscale: #9D9D9D. Windows color (decimal): -4419187 or 9277884. OLE color: 9277884.

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

Color convert

RGB188145141-
CMYK00.230.250.26
HSL5.11º25.97%64.51%-
HSV(B)5.11º25%73.73%-
XYZ35.6732.8729.66-
YUV157.4118.75149.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=39.66%
G=30.59%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814514100.230.250.265.1125.9764.51
HexBC918D017191A51a41
Octal2742212150273132532101
Binary1011110010010001100011010101111100111010101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC918D; }

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

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

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

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

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

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

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

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