#BD9392

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

Shades of Rosy Brown #BD9392

Tints of Rosy Brown #BD9392

Color information

#BD9392 (or 0xBD9392) is unknown color: approx Rosy Brown. HEX triplet: BD, 93 and 92. RGB value is (189,147,146). Sum of RGB (Red+Green+Blue) = 189+147+146=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9392 is #426C6D. Grayscale: #9F9F9F. Windows color (decimal): -4353134 or 9606077. OLE color: 9606077.

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

Color convert

RGB189147146-
CMYK00.220.230.26
HSL1.4º24.57%65.69%-
HSV(B)1.4º22.75%74.12%-
XYZ36.6133.7631.78-
YUV159.44120.41149.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=39.21%
G=30.50%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914714600.220.230.261.424.5765.69
HexBD9392016171A11942
Octal2752232220262732131102
Binary10111101100100111001001001011010111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9392; }

 p { color: rgb(189,147,146); }

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

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

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

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

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

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

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