Html Css Color HEX #BB6949 Flame Pea

📋 copy color: '#BB6949'

red 187 ◦ green 105 ◦ blue 73

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

Shades of Flame Pea #BB6949

Tints of Flame Pea #BB6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 51.23%
G = 28.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB6949 (or 0xBB6949) is known color: Flame Pea. HEX triplet: BB, 69 and 49. RGB value is (187,105,73). Sum of RGB (Red+Green+Blue) = 187+105+73=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6949 is #4496B6. Grayscale: #7E7E7E. Windows color (decimal): -4495031 or 4811195. OLE color: 4811195.

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

Color convert

RGB 187 105 73 -
CMYK 0 0.44 0.61 0.27
HSL 16.84º 0.46% 0.51% -
HSV(B) 16.84º 0.61% 0.73% -
XYZ 26.75 21.15 8.98 -
YUV 125.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 187 105 73 0 0.44 0.61 0.27 16.84 0.46 0.51
Hex BB 69 49 0 2C 3D 1B 11 2E 33
Octal 273 151 111 0 54 75 33 21 56 63
Binary 10111011 1101001 1001001 0 101100 111101 11011 10001 101110 110011

Color Harmonies of #BB6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6949

Black with #BB6949

Text Example


Text Example

White with #BB6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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