#BD9592

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

Shades of Rosy Brown #BD9592

Tints of Rosy Brown #BD9592

Color information

#BD9592 (or 0xBD9592) is unknown color: approx Rosy Brown. HEX triplet: BD, 95 and 92. RGB value is (189,149,146). Sum of RGB (Red+Green+Blue) = 189+149+146=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9592 is #426A6D. Grayscale: #A0A0A0. Windows color (decimal): -4352622 or 9606589. OLE color: 9606589.

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

Color convert

RGB189149146-
CMYK00.210.230.26
HSL4.19º24.57%65.69%-
HSV(B)4.19º22.75%74.12%-
XYZ36.9234.3931.89-
YUV160.62119.75148.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=39.05%
G=30.79%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914914600.210.230.264.1924.5765.69
HexBD9592015171A41942
Octal2752252220252732431102
Binary1011110110010101100100100101011011111010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9592; }

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

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

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

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

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

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

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

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