#BD9594

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

Shades of Rosy Brown #BD9594

Tints of Rosy Brown #BD9594

Color information

#BD9594 (or 0xBD9594) is unknown color: approx Rosy Brown. HEX triplet: BD, 95 and 94. RGB value is (189,149,148). Sum of RGB (Red+Green+Blue) = 189+149+148=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9594 is #426A6B. Grayscale: #A0A0A0. Windows color (decimal): -4352620 or 9737661. OLE color: 9737661.

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

Color convert

RGB189149148-
CMYK00.210.220.26
HSL1.46º23.7%66.08%-
HSV(B)1.46º21.69%74.12%-
XYZ37.0834.4532.71-
YUV160.85120.75148.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=38.89%
G=30.66%
B=30.45%

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
Decimal18914914800.210.220.261.4623.766.08
HexBD9594015161A11842
Octal2752252240252632130102
Binary10111101100101011001010001010110110110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9594; }

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

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

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

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

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

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

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

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