#BC8F8C

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

Shades of Rosy Brown #BC8F8C

Tints of Rosy Brown #BC8F8C

Color information

#BC8F8C (or 0xBC8F8C) is unknown color: approx Rosy Brown. HEX triplet: BC, 8F and 8C. RGB value is (188,143,140). Sum of RGB (Red+Green+Blue) = 188+143+140=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F8C is #437073. Grayscale: #9C9C9C. Windows color (decimal): -4419700 or 9211836. OLE color: 9211836.

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

Color convert

RGB188143140-
CMYK00.240.260.26
HSL3.75º26.37%64.31%-
HSV(B)3.75º25.53%73.73%-
XYZ35.332.2329.17-
YUV156.11118.91150.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=39.92%
G=30.36%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814314000.240.260.263.7526.3764.31
HexBC8F8C0181A1A41a40
Octal2742172140303232432100
Binary1011110010001111100011000110001101011010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F8C; }

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

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

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

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

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

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

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

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