Html Css Color HEX #BB5F47 Flame Pea

📋 copy color: '#BB5F47'

red 187 ◦ green 95 ◦ blue 71

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

Shades of Flame Pea #BB5F47

Tints of Flame Pea #BB5F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 52.97%
G = 26.91%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB5F47 (or 0xBB5F47) is known color: Flame Pea. HEX triplet: BB, 5F and 47. RGB value is (187,95,71). Sum of RGB (Red+Green+Blue) = 187+95+71=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F47 is #44A0B8. Grayscale: #777777. Windows color (decimal): -4497593 or 4677563. OLE color: 4677563.

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

Color convert

RGB 187 95 71 -
CMYK 0 0.49 0.62 0.27
HSL 12.41º 0.46% 0.51% -
HSV(B) 12.41º 0.62% 0.73% -
XYZ 25.72 19.2 8.31 -
YUV 119.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 187 95 71 0 0.49 0.62 0.27 12.41 0.46 0.51
Hex BB 5F 47 0 31 3E 1B C 2E 33
Octal 273 137 107 0 61 76 33 14 56 63
Binary 10111011 1011111 1000111 0 110001 111110 11011 1100 101110 110011

Color Harmonies of #BB5F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F47

Black with #BB5F47

Text Example


Text Example

White with #BB5F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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