#BB583E

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

Shades of Flame Pea #BB583E

Tints of Flame Pea #BB583E

Color information

#BB583E (or 0xBB583E) is unknown color: approx Flame Pea. HEX triplet: BB, 58 and 3E. RGB value is (187,88,62). Sum of RGB (Red+Green+Blue) = 187+88+62=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB583E is #44A7C1. Grayscale: #727272. Windows color (decimal): -4499394 or 4085947. OLE color: 4085947.

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

Color convert

RGB1878862-
CMYK00.530.670.27
HSL12.48º50.2%48.82%-
HSV(B)12.48º66.84%73.33%-
XYZ24.8517.896.7-
YUV114.6498.3179.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=55.49%
G=26.11%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187886200.530.670.2712.4850.248.82
HexBB583E035431Bc3231
Octal2731307606510333146261
Binary10111011101100011111001101011000011110111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB583E; }

 p { color: rgb(187,88,62); }

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

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

 a { background-color: rgb(187,88,62); }

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

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

 span { border-color: rgb(187,88,62); }

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