Html Css Color HEX #BB5741 Flame Pea

📋 copy color: '#BB5741'

red 187 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #BB5741

Tints of Flame Pea #BB5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 55.16%
G = 25.66%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB5741 (or 0xBB5741) is known color: Flame Pea. HEX triplet: BB, 57 and 41. RGB value is (187,87,65). Sum of RGB (Red+Green+Blue) = 187+87+65=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5741 is #44A8BE. Grayscale: #727272. Windows color (decimal): -4499647 or 4282299. OLE color: 4282299.

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

Color convert

RGB 187 87 65 -
CMYK 0 0.53 0.65 0.27
HSL 10.82º 0.48% 0.49% -
HSV(B) 10.82º 0.65% 0.73% -
XYZ 24.86 17.76 7.12 -
YUV 114.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 187 87 65 0 0.53 0.65 0.27 10.82 0.48 0.49
Hex BB 57 41 0 35 41 1B B 30 31
Octal 273 127 101 0 65 101 33 13 60 61
Binary 10111011 1010111 1000001 0 110101 1000001 11011 1011 110000 110001

Color Harmonies of #BB5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5741

Black with #BB5741

Text Example


Text Example

White with #BB5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5741; }

 p { color: rgb(187,87,65); }

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

background-color css

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

 a { background-color: rgb(187,87,65); }

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

border-color css

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

 span { border-color: rgb(187,87,65); }

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