#BB8D8B

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

Shades of Rosy Brown #BB8D8B

Tints of Rosy Brown #BB8D8B

Color information

#BB8D8B (or 0xBB8D8B) is unknown color: approx Rosy Brown. HEX triplet: BB, 8D and 8B. RGB value is (187,141,139). Sum of RGB (Red+Green+Blue) = 187+141+139=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8D8B is #447274. Grayscale: #9A9A9A. Windows color (decimal): -4485749 or 9145787. OLE color: 9145787.

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

Color convert

RGB187141139-
CMYK00.250.260.27
HSL2.5º26.09%63.92%-
HSV(B)2.5º25.67%73.33%-
XYZ34.6831.4828.67-
YUV154.53119.24151.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=40.04%
G=30.19%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714113900.250.260.272.526.0963.92
HexBB8D8B0191A1B31a40
Octal2732152130313233332100
Binary101110111000110110001011011001110101101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D8B; }

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

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

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

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

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

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

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

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