#BB918D

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

Shades of Rosy Brown #BB918D

Tints of Rosy Brown #BB918D

Color information

#BB918D (or 0xBB918D) is unknown color: approx Rosy Brown. HEX triplet: BB, 91 and 8D. RGB value is (187,145,141). Sum of RGB (Red+Green+Blue) = 187+145+141=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB918D is #446E72. Grayscale: #9D9D9D. Windows color (decimal): -4484723 or 9277883. OLE color: 9277883.

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

Color convert

RGB187145141-
CMYK00.220.250.27
HSL5.22º25.27%64.31%-
HSV(B)5.22º24.6%73.33%-
XYZ35.4332.7429.65-
YUV157.1118.91149.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=39.53%
G=30.66%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714514100.220.250.275.2225.2764.31
HexBB918D016191B51940
Octal2732212150263133531100
Binary1011101110010001100011010101101100111011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB918D; }

 p { color: rgb(187,145,141); }

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

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

 a { background-color: rgb(187,145,141); }

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

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

 span { border-color: rgb(187,145,141); }

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