#BD9292

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

Shades of Rosy Brown #BD9292

Tints of Rosy Brown #BD9292

Color information

#BD9292 (or 0xBD9292) is unknown color: approx Rosy Brown. HEX triplet: BD, 92 and 92. RGB value is (189,146,146). Sum of RGB (Red+Green+Blue) = 189+146+146=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9292 is #426D6D. Grayscale: #9E9E9E. Windows color (decimal): -4353390 or 9605821. OLE color: 9605821.

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

Color convert

RGB189146146-
CMYK00.230.230.26
HSL24.57%65.69%-
HSV(B)22.75%74.12%-
XYZ36.4533.4531.73-
YUV158.86120.75149.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=39.29%
G=30.35%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914614600.230.230.26024.5765.69
HexBD9292017171A01942
Octal2752222220272732031102
Binary10111101100100101001001001011110111110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9292; }

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

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

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

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

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

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

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

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