Html Css Color HEX #BF583C Flame Pea

📋 copy color: '#BF583C'

red 191 ◦ green 88 ◦ blue 60

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

Shades of Flame Pea #BF583C

Tints of Flame Pea #BF583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 56.34%
G = 25.96%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF583C (or 0xBF583C) is known color: Flame Pea. HEX triplet: BF, 58 and 3C. RGB value is (191,88,60). Sum of RGB (Red+Green+Blue) = 191+88+60=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF583C is #40A7C3. Grayscale: #737373. Windows color (decimal): -4237252 or 3954879. OLE color: 3954879.

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

Color convert

RGB 191 88 60 -
CMYK 0 0.54 0.69 0.25
HSL 12.82º 0.52% 0.49% -
HSV(B) 12.82º 0.69% 0.75% -
XYZ 25.79 18.38 6.46 -
YUV 115.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 191 88 60 0 0.54 0.69 0.25 12.82 0.52 0.49
Hex BF 58 3C 0 36 45 19 D 34 31
Octal 277 130 74 0 66 105 31 15 64 61
Binary 10111111 1011000 111100 0 110110 1000101 11001 1101 110100 110001

Color Harmonies of #BF583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF583C

Black with #BF583C

Text Example


Text Example

White with #BF583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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