#BD9897

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

Shades of Rosy Brown #BD9897

Tints of Rosy Brown #BD9897

Color information

#BD9897 (or 0xBD9897) is unknown color: approx Rosy Brown. HEX triplet: BD, 98 and 97. RGB value is (189,152,151). Sum of RGB (Red+Green+Blue) = 189+152+151=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9897 is #426768. Grayscale: #A2A2A2. Windows color (decimal): -4351849 or 9935037. OLE color: 9935037.

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

Color convert

RGB189152151-
CMYK00.200.200.26
HSL1.58º22.35%66.67%-
HSV(B)1.58º20.11%74.12%-
XYZ37.835.5134.14-
YUV162.95121.26146.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=38.41%
G=30.89%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915215100.200.200.261.5822.3566.67
HexBD9897014141A21643
Octal2752302270242432226103
Binary101111011001100010010111010100101001101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9897; }

 p { color: rgb(189,152,151); }

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

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

 a { background-color: rgb(189,152,151); }

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

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

 span { border-color: rgb(189,152,151); }

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