Html Css Color HEX #BF583F Flame Pea

📋 copy color: '#BF583F'

red 191 ◦ green 88 ◦ blue 63

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

Shades of Flame Pea #BF583F

Tints of Flame Pea #BF583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 55.85%
G = 25.73%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF583F (or 0xBF583F) is known color: Flame Pea. HEX triplet: BF, 58 and 3F. RGB value is (191,88,63). Sum of RGB (Red+Green+Blue) = 191+88+63=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF583F is #40A7C0. Grayscale: #747474. Windows color (decimal): -4237249 or 4151487. OLE color: 4151487.

HSL color Cylindrical-coordinate representation of color #BF583F: hue angle of 11.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF583F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 63 -
CMYK 0 0.54 0.67 0.25
HSL 11.72º 0.5% 0.5% -
HSV(B) 11.72º 0.67% 0.75% -
XYZ 25.87 18.41 6.89 -
YUV 115.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 191 88 63 0 0.54 0.67 0.25 11.72 0.5 0.5
Hex BF 58 3F 0 36 43 19 C 32 32
Octal 277 130 77 0 66 103 31 14 62 62
Binary 10111111 1011000 111111 0 110110 1000011 11001 1100 110010 110010

Color Harmonies of #BF583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF583F

Black with #BF583F

Text Example


Text Example

White with #BF583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF583F; }

 p { color: rgb(191,88,63); }

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

background-color css

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

 a { background-color: rgb(191,88,63); }

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

border-color css

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

 span { border-color: rgb(191,88,63); }

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