Html Css Color HEX #BB6249 Flame Pea

📋 copy color: '#BB6249'

red 187 ◦ green 98 ◦ blue 73

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

Shades of Flame Pea #BB6249

Tints of Flame Pea #BB6249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 52.23%
G = 27.37%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB6249 (or 0xBB6249) is known color: Flame Pea. HEX triplet: BB, 62 and 49. RGB value is (187,98,73). Sum of RGB (Red+Green+Blue) = 187+98+73=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6249 is #449DB6. Grayscale: #797979. Windows color (decimal): -4496823 or 4809403. OLE color: 4809403.

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

Color convert

RGB 187 98 73 -
CMYK 0 0.48 0.61 0.27
HSL 13.16º 0.46% 0.51% -
HSV(B) 13.16º 0.61% 0.73% -
XYZ 26.06 19.78 8.75 -
YUV 121.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 187 98 73 0 0.48 0.61 0.27 13.16 0.46 0.51
Hex BB 62 49 0 30 3D 1B D 2E 33
Octal 273 142 111 0 60 75 33 15 56 63
Binary 10111011 1100010 1001001 0 110000 111101 11011 1101 101110 110011

Color Harmonies of #BB6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6249

Black with #BB6249

Text Example


Text Example

White with #BB6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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