#BC9695

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

Shades of Rosy Brown #BC9695

Tints of Rosy Brown #BC9695

Color information

#BC9695 (or 0xBC9695) is unknown color: approx Rosy Brown. HEX triplet: BC, 96 and 95. RGB value is (188,150,149). Sum of RGB (Red+Green+Blue) = 188+150+149=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9695 is #43696A. Grayscale: #A1A1A1. Windows color (decimal): -4417899 or 9803452. OLE color: 9803452.

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

Color convert

RGB188150149-
CMYK00.200.210.26
HSL1.54º22.54%66.08%-
HSV(B)1.54º20.74%73.73%-
XYZ37.0734.6733.17-
YUV161.25121.09147.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=38.60%
G=30.80%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815014900.200.210.261.5422.5466.08
HexBC9695014151A21742
Octal2742262250242532227102
Binary101111001001011010010101010100101011101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9695; }

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

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

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

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

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

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

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

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