Html Css Color HEX #BB6448 Flame Pea

📋 copy color: '#BB6448'

red 187 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #BB6448

Tints of Flame Pea #BB6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 52.09%
G = 27.86%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB6448 (or 0xBB6448) is known color: Flame Pea. HEX triplet: BB, 64 and 48. RGB value is (187,100,72). Sum of RGB (Red+Green+Blue) = 187+100+72=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6448 is #449BB7. Grayscale: #7B7B7B. Windows color (decimal): -4496312 or 4744379. OLE color: 4744379.

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

Color convert

RGB 187 100 72 -
CMYK 0 0.47 0.61 0.27
HSL 14.61º 0.46% 0.51% -
HSV(B) 14.61º 0.61% 0.73% -
XYZ 26.22 20.15 8.64 -
YUV 122.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 187 100 72 0 0.47 0.61 0.27 14.61 0.46 0.51
Hex BB 64 48 0 2F 3D 1B F 2E 33
Octal 273 144 110 0 57 75 33 17 56 63
Binary 10111011 1100100 1001000 0 101111 111101 11011 1111 101110 110011

Color Harmonies of #BB6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6448

Black with #BB6448

Text Example


Text Example

White with #BB6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6448; }

 p { color: rgb(187,100,72); }

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

background-color css

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

 a { background-color: rgb(187,100,72); }

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

border-color css

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

 span { border-color: rgb(187,100,72); }

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