#BB938F

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

Shades of Rosy Brown #BB938F

Tints of Rosy Brown #BB938F

Color information

#BB938F (or 0xBB938F) is unknown color: approx Rosy Brown. HEX triplet: BB, 93 and 8F. RGB value is (187,147,143). Sum of RGB (Red+Green+Blue) = 187+147+143=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB938F is #446C70. Grayscale: #9E9E9E. Windows color (decimal): -4484209 or 9409467. OLE color: 9409467.

HSL color Cylindrical-coordinate representation of color #BB938F: hue angle of 5.45º degrees, saturation: 0.24, 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 #BB938F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187147143-
CMYK00.210.240.27
HSL5.45º24.44%64.71%-
HSV(B)5.45º23.53%73.33%-
XYZ35.8933.4230.55-
YUV158.5119.25148.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=39.20%
G=30.82%
B=29.98%

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
Decimal18714714300.210.240.275.4524.4464.71
HexBB938F015181B51841
Octal2732232170253033530101
Binary1011101110010011100011110101011100011011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB938F; }

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

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

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

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

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

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

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

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