#BD928E

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

Shades of Rosy Brown #BD928E

Tints of Rosy Brown #BD928E

Color information

#BD928E (or 0xBD928E) is unknown color: approx Rosy Brown. HEX triplet: BD, 92 and 8E. RGB value is (189,146,142). Sum of RGB (Red+Green+Blue) = 189+146+142=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928E is #426D71. Grayscale: #9E9E9E. Windows color (decimal): -4353394 or 9343677. OLE color: 9343677.

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

Color convert

RGB189146142-
CMYK00.230.250.26
HSL5.11º26.26%64.9%-
HSV(B)5.11º24.87%74.12%-
XYZ36.1533.3330.12-
YUV158.4118.75149.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=39.62%
G=30.61%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914614200.230.250.265.1126.2664.9
HexBD928E017191A51a41
Octal2752222160273132532101
Binary1011110110010010100011100101111100111010101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD928E; }

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

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

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

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

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

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

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

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