Html Css Color HEX #BF5E4A Flame Pea

📋 copy color: '#BF5E4A'

red 191 ◦ green 94 ◦ blue 74

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

Shades of Flame Pea #BF5E4A

Tints of Flame Pea #BF5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 53.2%
G = 26.18%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF5E4A (or 0xBF5E4A) is known color: Flame Pea. HEX triplet: BF, 5E and 4A. RGB value is (191,94,74). Sum of RGB (Red+Green+Blue) = 191+94+74=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E4A is #40A1B5. Grayscale: #787878. Windows color (decimal): -4235702 or 4873919. OLE color: 4873919.

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

Color convert

RGB 191 94 74 -
CMYK 0 0.51 0.61 0.25
HSL 10.26º 0.48% 0.52% -
HSV(B) 10.26º 0.61% 0.75% -
XYZ 26.72 19.58 8.85 -
YUV 120.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 191 94 74 0 0.51 0.61 0.25 10.26 0.48 0.52
Hex BF 5E 4A 0 33 3D 19 A 30 34
Octal 277 136 112 0 63 75 31 12 60 64
Binary 10111111 1011110 1001010 0 110011 111101 11001 1010 110000 110100

Color Harmonies of #BF5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E4A

Black with #BF5E4A

Text Example


Text Example

White with #BF5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E4A; }

 p { color: rgb(191,94,74); }

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

background-color css

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

 a { background-color: rgb(191,94,74); }

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

border-color css

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

 span { border-color: rgb(191,94,74); }

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