Html Css Color HEX #BF6042 Flame Pea

📋 copy color: '#BF6042'

red 191 ◦ green 96 ◦ blue 66

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

Shades of Flame Pea #BF6042

Tints of Flame Pea #BF6042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 54.11%
G = 27.2%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF6042 (or 0xBF6042) is known color: Flame Pea. HEX triplet: BF, 60 and 42. RGB value is (191,96,66). Sum of RGB (Red+Green+Blue) = 191+96+66=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6042 is #409FBD. Grayscale: #797979. Windows color (decimal): -4235198 or 4350143. OLE color: 4350143.

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

Color convert

RGB 191 96 66 -
CMYK 0 0.50 0.65 0.25
HSL 14.4º 0.49% 0.5% -
HSV(B) 14.4º 0.65% 0.75% -
XYZ 26.65 19.84 7.58 -
YUV 120.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 191 96 66 0 0.50 0.65 0.25 14.4 0.49 0.5
Hex BF 60 42 0 32 41 19 E 31 32
Octal 277 140 102 0 62 101 31 16 61 62
Binary 10111111 1100000 1000010 0 110010 1000001 11001 1110 110001 110010

Color Harmonies of #BF6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6042

Black with #BF6042

Text Example


Text Example

White with #BF6042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6042; }

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

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

background-color css

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

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

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

border-color css

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

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

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