#BD9A97

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

Shades of Rosy Brown #BD9A97

Tints of Rosy Brown #BD9A97

Color information

#BD9A97 (or 0xBD9A97) is unknown color: approx Rosy Brown. HEX triplet: BD, 9A and 97. RGB value is (189,154,151). Sum of RGB (Red+Green+Blue) = 189+154+151=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A97 is #426568. Grayscale: #A4A4A4. Windows color (decimal): -4351337 or 9935549. OLE color: 9935549.

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

Color convert

RGB189154151-
CMYK00.190.200.26
HSL4.74º22.35%66.67%-
HSV(B)4.74º20.11%74.12%-
XYZ38.1336.1634.25-
YUV164.12120.6145.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=38.26%
G=31.17%
B=30.57%

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
Decimal18915415100.190.200.264.7422.3566.67
HexBD9A97013141A51643
Octal2752322270232432526103
Binary1011110110011010100101110100111010011010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A97; }

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

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

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

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

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

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

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

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