Html Css Color HEX #BB5E45 Flame Pea

📋 copy color: '#BB5E45'

red 187 ◦ green 94 ◦ blue 69

#BB5E45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BB5E45

Tints of Flame Pea #BB5E45

RGB

 RED value IS 187 (73.44% from 255) = 53.43%

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 53.43%
G = 26.86%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5E45 (or 0xBB5E45) is known color: Flame Pea. HEX triplet: BB, 5E and 45. RGB value is (187,94,69). Sum of RGB (Red+Green+Blue) = 187+94+69=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E45 is #44A1BA. Grayscale: #777777. Windows color (decimal): -4497851 or 4546235. OLE color: 4546235.

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

Color convert

RGB 187 94 69 -
CMYK 0 0.50 0.63 0.27
HSL 12.71º 0.46% 0.5% -
HSV(B) 12.71º 0.63% 0.73% -
XYZ 25.57 19 7.95 -
YUV 118.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 187 94 69 0 0.50 0.63 0.27 12.71 0.46 0.5
Hex BB 5E 45 0 32 3F 1B D 2E 32
Octal 273 136 105 0 62 77 33 15 56 62
Binary 10111011 1011110 1000101 0 110010 111111 11011 1101 101110 110010

Color Harmonies of #BB5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E45

Black with #BB5E45

Text Example


Text Example

White with #BB5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E45; }

 p { color: rgb(187,94,69); }

 H1.HeaderClassName
 {
   color: #BB5E45;
 }
 .AnyTagClassName
 {
   color: #BB5E45;
 }
</style>

background-color css

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

 a { background-color: rgb(187,94,69); }

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

border-color css

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

 span { border-color: rgb(187,94,69); }

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