Html Css Color HEX #BF6048 Flame Pea

📋 copy color: '#BF6048'

red 191 ◦ green 96 ◦ blue 72

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

Shades of Flame Pea #BF6048

Tints of Flame Pea #BF6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 53.2%
G = 26.74%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6048 (or 0xBF6048) is known color: Flame Pea. HEX triplet: BF, 60 and 48. RGB value is (191,96,72). Sum of RGB (Red+Green+Blue) = 191+96+72=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6048 is #409FB7. Grayscale: #797979. Windows color (decimal): -4235192 or 4743359. OLE color: 4743359.

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

Color convert

RGB 191 96 72 -
CMYK 0 0.50 0.62 0.25
HSL 12.1º 0.48% 0.52% -
HSV(B) 12.1º 0.62% 0.75% -
XYZ 26.84 19.91 8.56 -
YUV 121.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 191 96 72 0 0.50 0.62 0.25 12.1 0.48 0.52
Hex BF 60 48 0 32 3E 19 C 30 34
Octal 277 140 110 0 62 76 31 14 60 64
Binary 10111111 1100000 1001000 0 110010 111110 11001 1100 110000 110100

Color Harmonies of #BF6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6048

Black with #BF6048

Text Example


Text Example

White with #BF6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6048; }

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

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

background-color css

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

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

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

border-color css

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

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

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