#BC9693

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

Shades of Rosy Brown #BC9693

Tints of Rosy Brown #BC9693

Color information

#BC9693 (or 0xBC9693) is unknown color: approx Rosy Brown. HEX triplet: BC, 96 and 93. RGB value is (188,150,147). Sum of RGB (Red+Green+Blue) = 188+150+147=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9693 is #43696C. Grayscale: #A1A1A1. Windows color (decimal): -4417901 or 9672380. OLE color: 9672380.

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

Color convert

RGB188150147-
CMYK00.200.220.26
HSL4.39º23.43%65.69%-
HSV(B)4.39º21.81%73.73%-
XYZ36.9134.6132.34-
YUV161.02120.09147.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=38.76%
G=30.93%
B=30.31%

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
Decimal18815014700.200.220.264.3923.4365.69
HexBC9693014161A41742
Octal2742262230242632427102
Binary1011110010010110100100110101001011011010100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9693; }

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

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

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

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

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

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

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

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