Html Css Color HEX #BF5E4C Flame Pea

📋 copy color: '#BF5E4C'

red 191 ◦ green 94 ◦ blue 76

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

Shades of Flame Pea #BF5E4C

Tints of Flame Pea #BF5E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 52.91%
G = 26.04%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF5E4C (or 0xBF5E4C) is known color: Flame Pea. HEX triplet: BF, 5E and 4C. RGB value is (191,94,76). Sum of RGB (Red+Green+Blue) = 191+94+76=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E4C is #40A1B3. Grayscale: #797979. Windows color (decimal): -4235700 or 5004991. OLE color: 5004991.

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

Color convert

RGB 191 94 76 -
CMYK 0 0.51 0.60 0.25
HSL 9.39º 0.47% 0.52% -
HSV(B) 9.39º 0.6% 0.75% -
XYZ 26.79 19.6 9.21 -
YUV 120.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 191 94 76 0 0.51 0.60 0.25 9.39 0.47 0.52
Hex BF 5E 4C 0 33 3C 19 9 2F 34
Octal 277 136 114 0 63 74 31 11 57 64
Binary 10111111 1011110 1001100 0 110011 111100 11001 1001 101111 110100

Color Harmonies of #BF5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E4C

Black with #BF5E4C

Text Example


Text Example

White with #BF5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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