#BB5B4A

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

Shades of Flame Pea #BB5B4A

Tints of Flame Pea #BB5B4A

Color information

#BB5B4A (or 0xBB5B4A) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 4A. RGB value is (187,91,74). Sum of RGB (Red+Green+Blue) = 187+91+74=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B4A is #44A4B5. Grayscale: #757575. Windows color (decimal): -4498614 or 4873147. OLE color: 4873147.

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

Color convert

RGB1879174-
CMYK00.510.600.27
HSL9.03º45.38%51.18%-
HSV(B)9.03º60.43%73.33%-
XYZ25.4718.548.71-
YUV117.77103.3177.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=53.12%
G=25.85%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187917400.510.600.279.0345.3851.18
HexBB5B4A0333C1B92d33
Octal2731331120637433115563
Binary10111011101101110010100110011111100110111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B4A; }

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

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

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

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

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

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

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

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