#BB5B4D

Color #BB5B4D Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BB5B4D

Tints of Flame Pea #BB5B4D

Color information

#BB5B4D (or 0xBB5B4D) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 4D. RGB value is (187,91,77). Sum of RGB (Red+Green+Blue) = 187+91+77=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B4D is #44A4B2. Grayscale: #767676. Windows color (decimal): -4498611 or 5069755. OLE color: 5069755.

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

Color convert

RGB1879177-
CMYK00.510.590.27
HSL7.64º44.72%51.76%-
HSV(B)7.64º58.82%73.33%-
XYZ25.5718.589.26-
YUV118.11104.8177.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=52.68%
G=25.63%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187917700.510.590.277.6444.7251.76
HexBB5B4D0333B1B82d34
Octal2731331150637333105564
Binary10111011101101110011010110011111011110111000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B4D; }

 p { color: rgb(187,91,77); }

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

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

 a { background-color: rgb(187,91,77); }

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

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

 span { border-color: rgb(187,91,77); }

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