Html Css Color HEX #BF5944 Flame Pea

📋 copy color: '#BF5944'

red 191 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #BF5944

Tints of Flame Pea #BF5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 54.89%
G = 25.57%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF5944 (or 0xBF5944) is known color: Flame Pea. HEX triplet: BF, 59 and 44. RGB value is (191,89,68). Sum of RGB (Red+Green+Blue) = 191+89+68=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5944 is #40A6BB. Grayscale: #757575. Windows color (decimal): -4236988 or 4479423. OLE color: 4479423.

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

Color convert

RGB 191 89 68 -
CMYK 0 0.53 0.64 0.25
HSL 10.24º 0.49% 0.51% -
HSV(B) 10.24º 0.64% 0.75% -
XYZ 26.1 18.64 7.69 -
YUV 117.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 191 89 68 0 0.53 0.64 0.25 10.24 0.49 0.51
Hex BF 59 44 0 35 40 19 A 31 33
Octal 277 131 104 0 65 100 31 12 61 63
Binary 10111111 1011001 1000100 0 110101 1000000 11001 1010 110001 110011

Color Harmonies of #BF5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5944

Black with #BF5944

Text Example


Text Example

White with #BF5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5944; }

 p { color: rgb(191,89,68); }

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

background-color css

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

 a { background-color: rgb(191,89,68); }

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

border-color css

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

 span { border-color: rgb(191,89,68); }

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