Html Css Color HEX #BB5947 Flame Pea

📋 copy color: '#BB5947'

red 187 ◦ green 89 ◦ blue 71

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

Shades of Flame Pea #BB5947

Tints of Flame Pea #BB5947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 53.89%
G = 25.65%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB5947 (or 0xBB5947) is known color: Flame Pea. HEX triplet: BB, 59 and 47. RGB value is (187,89,71). Sum of RGB (Red+Green+Blue) = 187+89+71=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5947 is #44A6B8. Grayscale: #747474. Windows color (decimal): -4499129 or 4676027. OLE color: 4676027.

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

Color convert

RGB 187 89 71 -
CMYK 0 0.52 0.62 0.27
HSL 9.31º 0.46% 0.51% -
HSV(B) 9.31º 0.62% 0.73% -
XYZ 25.2 18.16 8.14 -
YUV 116.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 187 89 71 0 0.52 0.62 0.27 9.31 0.46 0.51
Hex BB 59 47 0 34 3E 1B 9 2E 33
Octal 273 131 107 0 64 76 33 11 56 63
Binary 10111011 1011001 1000111 0 110100 111110 11011 1001 101110 110011

Color Harmonies of #BB5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5947

Black with #BB5947

Text Example


Text Example

White with #BB5947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5947; }

 p { color: rgb(187,89,71); }

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

background-color css

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

 a { background-color: rgb(187,89,71); }

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

border-color css

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

 span { border-color: rgb(187,89,71); }

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