Html Css Color HEX #BB5E4D Flame Pea

📋 copy color: '#BB5E4D'

red 187 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #BB5E4D

Tints of Flame Pea #BB5E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 52.23%
G = 26.26%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB5E4D (or 0xBB5E4D) is known color: Flame Pea. HEX triplet: BB, 5E and 4D. RGB value is (187,94,77). Sum of RGB (Red+Green+Blue) = 187+94+77=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E4D is #44A1B2. Grayscale: #787878. Windows color (decimal): -4497843 or 5070523. OLE color: 5070523.

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

Color convert

RGB 187 94 77 -
CMYK 0 0.50 0.59 0.27
HSL 9.27º 0.45% 0.52% -
HSV(B) 9.27º 0.59% 0.73% -
XYZ 25.84 19.11 9.35 -
YUV 119.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 187 94 77 0 0.50 0.59 0.27 9.27 0.45 0.52
Hex BB 5E 4D 0 32 3B 1B 9 2D 34
Octal 273 136 115 0 62 73 33 11 55 64
Binary 10111011 1011110 1001101 0 110010 111011 11011 1001 101101 110100

Color Harmonies of #BB5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E4D

Black with #BB5E4D

Text Example


Text Example

White with #BB5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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