#BC8E8D

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

Shades of Rosy Brown #BC8E8D

Tints of Rosy Brown #BC8E8D

Color information

#BC8E8D (or 0xBC8E8D) is unknown color: approx Rosy Brown. HEX triplet: BC, 8E and 8D. RGB value is (188,142,141). Sum of RGB (Red+Green+Blue) = 188+142+141=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E8D is #437172. Grayscale: #9B9B9B. Windows color (decimal): -4419955 or 9277116. OLE color: 9277116.

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

Color convert

RGB188142141-
CMYK00.240.250.26
HSL1.28º25.97%64.51%-
HSV(B)1.28º25%73.73%-
XYZ35.2231.9629.51-
YUV155.64119.74151.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=39.92%
G=30.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814214100.240.250.261.2825.9764.51
HexBC8E8D018191A11a41
Octal2742162150303132132101
Binary10111100100011101000110101100011001110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E8D; }

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

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

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

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

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

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

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

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