#BB8A88

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

Shades of Rosy Brown #BB8A88

Tints of Rosy Brown #BB8A88

Color information

#BB8A88 (or 0xBB8A88) is unknown color: approx Rosy Brown. HEX triplet: BB, 8A and 88. RGB value is (187,138,136). Sum of RGB (Red+Green+Blue) = 187+138+136=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A88 is #447577. Grayscale: #989898. Windows color (decimal): -4486520 or 8948411. OLE color: 8948411.

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

Color convert

RGB187138136-
CMYK00.260.270.27
HSL2.35º27.27%63.33%-
HSV(B)2.35º27.27%73.33%-
XYZ34.0330.5227.39-
YUV152.42118.73152.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=40.56%
G=29.93%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713813600.260.270.272.3527.2763.33
HexBB8A8801A1B1B21b3f
Octal273212210032333323377
Binary10111011100010101000100001101011011110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A88; }

 p { color: rgb(187,138,136); }

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

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

 a { background-color: rgb(187,138,136); }

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

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

 span { border-color: rgb(187,138,136); }

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