Html Css Color HEX #BB6247 Flame Pea

📋 copy color: '#BB6247'

red 187 ◦ green 98 ◦ blue 71

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

Shades of Flame Pea #BB6247

Tints of Flame Pea #BB6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 52.53%
G = 27.53%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB6247 (or 0xBB6247) is known color: Flame Pea. HEX triplet: BB, 62 and 47. RGB value is (187,98,71). Sum of RGB (Red+Green+Blue) = 187+98+71=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6247 is #449DB8. Grayscale: #797979. Windows color (decimal): -4496825 or 4678331. OLE color: 4678331.

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

Color convert

RGB 187 98 71 -
CMYK 0 0.48 0.62 0.27
HSL 13.97º 0.46% 0.51% -
HSV(B) 13.97º 0.62% 0.73% -
XYZ 26 19.76 8.4 -
YUV 121.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 187 98 71 0 0.48 0.62 0.27 13.97 0.46 0.51
Hex BB 62 47 0 30 3E 1B E 2E 33
Octal 273 142 107 0 60 76 33 16 56 63
Binary 10111011 1100010 1000111 0 110000 111110 11011 1110 101110 110011

Color Harmonies of #BB6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6247

Black with #BB6247

Text Example


Text Example

White with #BB6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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