Html Css Color HEX #BF5442 Flame Pea

📋 copy color: '#BF5442'

red 191 ◦ green 84 ◦ blue 66

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

Shades of Flame Pea #BF5442

Tints of Flame Pea #BF5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 56.01%
G = 24.63%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF5442 (or 0xBF5442) is known color: Flame Pea. HEX triplet: BF, 54 and 42. RGB value is (191,84,66). Sum of RGB (Red+Green+Blue) = 191+84+66=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5442 is #40ABBD. Grayscale: #727272. Windows color (decimal): -4238270 or 4347071. OLE color: 4347071.

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

Color convert

RGB 191 84 66 -
CMYK 0 0.56 0.65 0.25
HSL 8.64º 0.49% 0.5% -
HSV(B) 8.64º 0.65% 0.75% -
XYZ 25.64 17.81 7.24 -
YUV 113.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 191 84 66 0 0.56 0.65 0.25 8.64 0.49 0.5
Hex BF 54 42 0 38 41 19 9 31 32
Octal 277 124 102 0 70 101 31 11 61 62
Binary 10111111 1010100 1000010 0 111000 1000001 11001 1001 110001 110010

Color Harmonies of #BF5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5442

Black with #BF5442

Text Example


Text Example

White with #BF5442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5442; }

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

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

background-color css

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

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

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

border-color css

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

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

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