#bc8f8f

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

Shades of RosyBrown #BC8F8F

Tints of RosyBrown #BC8F8F

Color information

#BC8F8F (or 0xBC8F8F) is known color: RosyBrown. HEX triplet: BC, 8F and 8F. RGB value is (188,143,143). Sum of RGB (Red+Green+Blue) = 188+143+143=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F8F is #437070. Grayscale: #9C9C9C. Windows color (decimal): -4419697 or 9408444. OLE color: 9408444.

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

Color convert

RGB188143143-
CMYK00.240.240.26
HSL25.14%64.9%-
HSV(B)23.94%73.73%-
XYZ35.5232.3230.35-
YUV156.45120.41150.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=39.66%
G=30.17%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814314300.240.240.26025.1464.9
HexBC8F8F018181A01941
Octal2742172170303032031101
Binary10111100100011111000111101100011000110100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8f8f; }

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

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

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

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

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

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

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

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