#BB5B4C

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

Shades of Flame Pea #BB5B4C

Tints of Flame Pea #BB5B4C

Color information

#BB5B4C (or 0xBB5B4C) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 4C. RGB value is (187,91,76). Sum of RGB (Red+Green+Blue) = 187+91+76=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B4C is #44A4B3. Grayscale: #767676. Windows color (decimal): -4498612 or 5004219. OLE color: 5004219.

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

Color convert

RGB1879176-
CMYK00.510.590.27
HSL8.11º44.94%51.57%-
HSV(B)8.11º59.36%73.33%-
XYZ25.5418.579.08-
YUV117.99104.3177.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=52.82%
G=25.71%
B=21.47%

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
Decimal187917600.510.590.278.1144.9451.57
HexBB5B4C0333B1B82d34
Octal2731331140637333105564
Binary10111011101101110011000110011111011110111000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B4C; }

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

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

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

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

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

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

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

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