Html Css Color HEX #BF5945 Flame Pea

📋 copy color: '#BF5945'

red 191 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #BF5945

Tints of Flame Pea #BF5945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 54.73%
G = 25.5%
B = 19.77%

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

#BF5945 (or 0xBF5945) is known color: Flame Pea. HEX triplet: BF, 59 and 45. RGB value is (191,89,69). Sum of RGB (Red+Green+Blue) = 191+89+69=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5945 is #40A6BA. Grayscale: #757575. Windows color (decimal): -4236987 or 4544959. OLE color: 4544959.

HSL color Cylindrical-coordinate representation of color #BF5945: hue angle of 9.84º 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 #BF5945 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 89 69 -
CMYK 0 0.53 0.64 0.25
HSL 9.84º 0.49% 0.51% -
HSV(B) 9.84º 0.64% 0.75% -
XYZ 26.13 18.65 7.85 -
YUV 117.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 191 89 69 0 0.53 0.64 0.25 9.84 0.49 0.51
Hex BF 59 45 0 35 40 19 A 31 33
Octal 277 131 105 0 65 100 31 12 61 63
Binary 10111111 1011001 1000101 0 110101 1000000 11001 1010 110001 110011

Color Harmonies of #BF5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5945

Black with #BF5945

Text Example


Text Example

White with #BF5945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5945; }

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

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

background-color css

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

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

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

border-color css

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

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

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