Html Css Color HEX #BB5E4F Flame Pea

📋 copy color: '#BB5E4F'

red 187 ◦ green 94 ◦ blue 79

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

Shades of Flame Pea #BB5E4F

Tints of Flame Pea #BB5E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 51.94%
G = 26.11%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB5E4F (or 0xBB5E4F) is known color: Flame Pea. HEX triplet: BB, 5E and 4F. RGB value is (187,94,79). Sum of RGB (Red+Green+Blue) = 187+94+79=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E4F is #44A1B0. Grayscale: #787878. Windows color (decimal): -4497841 or 5201595. OLE color: 5201595.

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

Color convert

RGB 187 94 79 -
CMYK 0 0.50 0.58 0.27
HSL 8.33º 0.44% 0.52% -
HSV(B) 8.33º 0.58% 0.73% -
XYZ 25.91 19.13 9.73 -
YUV 120.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 187 94 79 0 0.50 0.58 0.27 8.33 0.44 0.52
Hex BB 5E 4F 0 32 3A 1B 8 2C 34
Octal 273 136 117 0 62 72 33 10 54 64
Binary 10111011 1011110 1001111 0 110010 111010 11011 1000 101100 110100

Color Harmonies of #BB5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E4F

Black with #BB5E4F

Text Example


Text Example

White with #BB5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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