#BB5B3E

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

Shades of Flame Pea #BB5B3E

Tints of Flame Pea #BB5B3E

Color information

#BB5B3E (or 0xBB5B3E) is unknown color: approx Flame Pea. HEX triplet: BB, 5B and 3E. RGB value is (187,91,62). Sum of RGB (Red+Green+Blue) = 187+91+62=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5B3E is #44A4C1. Grayscale: #747474. Windows color (decimal): -4498626 or 4086715. OLE color: 4086715.

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

Color convert

RGB1879162-
CMYK00.510.670.27
HSL13.92º50.2%48.82%-
HSV(B)13.92º66.84%73.33%-
XYZ25.118.396.78-
YUV116.497.3178.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=55%
G=26.76%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187916200.510.670.2713.9250.248.82
HexBB5B3E033431Be3231
Octal2731337606310333166261
Binary10111011101101111111001100111000011110111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B3E; }

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

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

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

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

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

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

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

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