#BB938E

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

Shades of Rosy Brown #BB938E

Tints of Rosy Brown #BB938E

Color information

#BB938E (or 0xBB938E) is unknown color: approx Rosy Brown. HEX triplet: BB, 93 and 8E. RGB value is (187,147,142). Sum of RGB (Red+Green+Blue) = 187+147+142=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB938E is #446C71. Grayscale: #9E9E9E. Windows color (decimal): -4484210 or 9343931. OLE color: 9343931.

HSL color Cylindrical-coordinate representation of color #BB938E: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB938E is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187147142-
CMYK00.210.240.27
HSL6.67º24.86%64.51%-
HSV(B)6.67º24.06%73.33%-
XYZ35.8133.3930.15-
YUV158.39118.75148.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=39.29%
G=30.88%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714714200.210.240.276.6724.8664.51
HexBB938E015181B71941
Octal2732232160253033731101
Binary1011101110010011100011100101011100011011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB938E; }

 p { color: rgb(187,147,142); }

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

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

 a { background-color: rgb(187,147,142); }

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

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

 span { border-color: rgb(187,147,142); }

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