#BD9998

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

Shades of Rosy Brown #BD9998

Tints of Rosy Brown #BD9998

Color information

#BD9998 (or 0xBD9998) is unknown color: approx Rosy Brown. HEX triplet: BD, 99 and 98. RGB value is (189,153,152). Sum of RGB (Red+Green+Blue) = 189+153+152=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9998 is #426667. Grayscale: #A3A3A3. Windows color (decimal): -4351592 or 10000829. OLE color: 10000829.

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

Color convert

RGB189153152-
CMYK00.190.200.26
HSL1.62º21.89%66.86%-
HSV(B)1.62º19.58%74.12%-
XYZ38.0435.8734.62-
YUV163.65121.43146.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=38.26%
G=30.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915315200.190.200.261.6221.8966.86
HexBD9998013141A21643
Octal2752312300232432226103
Binary101111011001100110011000010011101001101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9998; }

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

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

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

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

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

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

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

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