Html Css Color HEX #BF5F4A Flame Pea

📋 copy color: '#BF5F4A'

red 191 ◦ green 95 ◦ blue 74

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

Shades of Flame Pea #BF5F4A

Tints of Flame Pea #BF5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

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

R = 53.06%
G = 26.39%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF5F4A (or 0xBF5F4A) is known color: Flame Pea. HEX triplet: BF, 5F and 4A. RGB value is (191,95,74). Sum of RGB (Red+Green+Blue) = 191+95+74=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5F4A is #40A0B5. Grayscale: #797979. Windows color (decimal): -4235446 or 4874175. OLE color: 4874175.

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

Color convert

RGB 191 95 74 -
CMYK 0 0.50 0.61 0.25
HSL 10.77º 0.48% 0.52% -
HSV(B) 10.77º 0.61% 0.75% -
XYZ 26.81 19.76 8.88 -
YUV 121.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 191 95 74 0 0.50 0.61 0.25 10.77 0.48 0.52
Hex BF 5F 4A 0 32 3D 19 B 30 34
Octal 277 137 112 0 62 75 31 13 60 64
Binary 10111111 1011111 1001010 0 110010 111101 11001 1011 110000 110100

Color Harmonies of #BF5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5F4A

Black with #BF5F4A

Text Example


Text Example

White with #BF5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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