Html Css Color HEX #BF5C4D Flame Pea

📋 copy color: '#BF5C4D'

red 191 ◦ green 92 ◦ blue 77

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

Shades of Flame Pea #BF5C4D

Tints of Flame Pea #BF5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 53.06%
G = 25.56%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF5C4D (or 0xBF5C4D) is known color: Flame Pea. HEX triplet: BF, 5C and 4D. RGB value is (191,92,77). Sum of RGB (Red+Green+Blue) = 191+92+77=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C4D is #40A3B2. Grayscale: #787878. Windows color (decimal): -4236211 or 5070015. OLE color: 5070015.

HSL color Cylindrical-coordinate representation of color #BF5C4D: hue angle of 7.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5C4D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 92 77 -
CMYK 0 0.52 0.60 0.25
HSL 7.89º 0.47% 0.53% -
HSV(B) 7.89º 0.6% 0.75% -
XYZ 26.65 19.27 9.34 -
YUV 119.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 191 92 77 0 0.52 0.60 0.25 7.89 0.47 0.53
Hex BF 5C 4D 0 34 3C 19 8 2F 35
Octal 277 134 115 0 64 74 31 10 57 65
Binary 10111111 1011100 1001101 0 110100 111100 11001 1000 101111 110101

Color Harmonies of #BF5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C4D

Black with #BF5C4D

Text Example


Text Example

White with #BF5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C4D; }

 p { color: rgb(191,92,77); }

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

background-color css

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

 a { background-color: rgb(191,92,77); }

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

border-color css

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

 span { border-color: rgb(191,92,77); }

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