#BD9797

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

Shades of Rosy Brown #BD9797

Tints of Rosy Brown #BD9797

Color information

#BD9797 (or 0xBD9797) is unknown color: approx Rosy Brown. HEX triplet: BD, 97 and 97. RGB value is (189,151,151). Sum of RGB (Red+Green+Blue) = 189+151+151=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9797 is #426868. Grayscale: #A2A2A2. Windows color (decimal): -4352105 or 9934781. OLE color: 9934781.

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

Color convert

RGB189151151-
CMYK00.200.200.26
HSL22.35%66.67%-
HSV(B)20.11%74.12%-
XYZ37.6435.1934.09-
YUV162.36121.59147-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=38.49%
G=30.75%
B=30.75%

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
Decimal18915115100.200.200.26022.3566.67
HexBD9797014141A01643
Octal2752272270242432026103
Binary10111101100101111001011101010010100110100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9797; }

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

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

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

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

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

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

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

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