#BC928F

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

Shades of Rosy Brown #BC928F

Tints of Rosy Brown #BC928F

Color information

#BC928F (or 0xBC928F) is unknown color: approx Rosy Brown. HEX triplet: BC, 92 and 8F. RGB value is (188,146,143). Sum of RGB (Red+Green+Blue) = 188+146+143=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC928F is #436D70. Grayscale: #9E9E9E. Windows color (decimal): -4418929 or 9409212. OLE color: 9409212.

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

Color convert

RGB188146143-
CMYK00.220.240.26
HSL25.14%64.9%-
HSV(B)23.94%73.73%-
XYZ35.9833.2330.5-
YUV158.22119.41149.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=39.41%
G=30.61%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814614300.220.240.26425.1464.9
HexBC928F016181A41941
Octal2742222170263032431101
Binary1011110010010010100011110101101100011010100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC928F; }

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

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

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

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

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

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

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

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