Html Css Color HEX #BF6046 Flame Pea

📋 copy color: '#BF6046'

red 191 ◦ green 96 ◦ blue 70

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

Shades of Flame Pea #BF6046

Tints of Flame Pea #BF6046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 53.5%
G = 26.89%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF6046 (or 0xBF6046) is known color: Flame Pea. HEX triplet: BF, 60 and 46. RGB value is (191,96,70). Sum of RGB (Red+Green+Blue) = 191+96+70=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6046 is #409FB9. Grayscale: #797979. Windows color (decimal): -4235194 or 4612287. OLE color: 4612287.

HSL color Cylindrical-coordinate representation of color #BF6046: hue angle of 12.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF6046 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 70 -
CMYK 0 0.50 0.63 0.25
HSL 12.89º 0.49% 0.51% -
HSV(B) 12.89º 0.63% 0.75% -
XYZ 26.77 19.88 8.22 -
YUV 121.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 191 96 70 0 0.50 0.63 0.25 12.89 0.49 0.51
Hex BF 60 46 0 32 3F 19 D 31 33
Octal 277 140 106 0 62 77 31 15 61 63
Binary 10111111 1100000 1000110 0 110010 111111 11001 1101 110001 110011

Color Harmonies of #BF6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6046

Black with #BF6046

Text Example


Text Example

White with #BF6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6046; }

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

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

background-color css

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

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

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

border-color css

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

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

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