#BB908F

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

Shades of Rosy Brown #BB908F

Tints of Rosy Brown #BB908F

Color information

#BB908F (or 0xBB908F) is unknown color: approx Rosy Brown. HEX triplet: BB, 90 and 8F. RGB value is (187,144,143). Sum of RGB (Red+Green+Blue) = 187+144+143=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908F is #446F70. Grayscale: #9C9C9C. Windows color (decimal): -4484977 or 9408699. OLE color: 9408699.

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

Color convert

RGB187144143-
CMYK00.230.240.27
HSL1.36º24.44%64.71%-
HSV(B)1.36º23.53%73.33%-
XYZ35.4232.4930.39-
YUV156.74120.25149.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=39.45%
G=30.38%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714414300.230.240.271.3624.4464.71
HexBB908F017181B11841
Octal2732202170273033130101
Binary10111011100100001000111101011111000110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB908F; }

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

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

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

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

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

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

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

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