#BC9692

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

Shades of Rosy Brown #BC9692

Tints of Rosy Brown #BC9692

Color information

#BC9692 (or 0xBC9692) is unknown color: approx Rosy Brown. HEX triplet: BC, 96 and 92. RGB value is (188,150,146). Sum of RGB (Red+Green+Blue) = 188+150+146=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9692 is #43696D. Grayscale: #A0A0A0. Windows color (decimal): -4417902 or 9606844. OLE color: 9606844.

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

Color convert

RGB188150146-
CMYK00.200.220.26
HSL5.71º23.86%65.49%-
HSV(B)5.71º22.34%73.73%-
XYZ36.8334.5831.93-
YUV160.91119.59147.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=38.84%
G=30.99%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815014600.200.220.265.7123.8665.49
HexBC9692014161A61841
Octal2742262220242632630101
Binary1011110010010110100100100101001011011010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9692; }

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

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

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

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

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

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

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

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