#BC948F

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

Shades of Rosy Brown #BC948F

Tints of Rosy Brown #BC948F

Color information

#BC948F (or 0xBC948F) is unknown color: approx Rosy Brown. HEX triplet: BC, 94 and 8F. RGB value is (188,148,143). Sum of RGB (Red+Green+Blue) = 188+148+143=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948F is #436B70. Grayscale: #9F9F9F. Windows color (decimal): -4418417 or 9409724. OLE color: 9409724.

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

Color convert

RGB188148143-
CMYK00.210.240.26
HSL6.67º25.14%64.9%-
HSV(B)6.67º23.94%73.73%-
XYZ36.2933.8530.61-
YUV159.39118.75148.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=39.25%
G=30.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814814300.210.240.266.6725.1464.9
HexBC948F015181A71941
Octal2742242170253032731101
Binary1011110010010100100011110101011100011010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC948F; }

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

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

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

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

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

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

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

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