#BD9593

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

Shades of Rosy Brown #BD9593

Tints of Rosy Brown #BD9593

Color information

#BD9593 (or 0xBD9593) is unknown color: approx Rosy Brown. HEX triplet: BD, 95 and 93. RGB value is (189,149,147). Sum of RGB (Red+Green+Blue) = 189+149+147=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9593 is #426A6C. Grayscale: #A0A0A0. Windows color (decimal): -4352621 or 9672125. OLE color: 9672125.

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

Color convert

RGB189149147-
CMYK00.210.220.26
HSL2.86º24.14%65.88%-
HSV(B)2.86º22.22%74.12%-
XYZ3734.4232.3-
YUV160.73120.25148.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=38.97%
G=30.72%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914914700.210.220.262.8624.1465.88
HexBD9593015161A31842
Octal2752252230252632330102
Binary101111011001010110010011010101101101101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9593; }

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

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

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

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

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

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

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

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