Html Css Color HEX #BF6448 Flame Pea

📋 copy color: '#BF6448'

red 191 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #BF6448

Tints of Flame Pea #BF6448

RGB

 RED value IS 191 (75% from 255) = 52.62%

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

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

R = 52.62%
G = 27.55%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6448 (or 0xBF6448) is known color: Flame Pea. HEX triplet: BF, 64 and 48. RGB value is (191,100,72). Sum of RGB (Red+Green+Blue) = 191+100+72=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6448 is #409BB7. Grayscale: #7C7C7C. Windows color (decimal): -4234168 or 4744383. OLE color: 4744383.

HSL color Cylindrical-coordinate representation of color #BF6448: hue angle of 14.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF6448 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 100 72 -
CMYK 0 0.48 0.62 0.25
HSL 14.12º 0.48% 0.52% -
HSV(B) 14.12º 0.62% 0.75% -
XYZ 27.21 20.66 8.68 -
YUV 124.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 191 100 72 0 0.48 0.62 0.25 14.12 0.48 0.52
Hex BF 64 48 0 30 3E 19 E 30 34
Octal 277 144 110 0 60 76 31 16 60 64
Binary 10111111 1100100 1001000 0 110000 111110 11001 1110 110000 110100

Color Harmonies of #BF6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6448

Black with #BF6448

Text Example


Text Example

White with #BF6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6448; }

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

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

background-color css

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

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

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

border-color css

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

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

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