Html Css Color HEX #BF6145 Flame Pea

📋 copy color: '#BF6145'

red 191 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #BF6145

Tints of Flame Pea #BF6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 53.5%
G = 27.17%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF6145 (or 0xBF6145) is known color: Flame Pea. HEX triplet: BF, 61 and 45. RGB value is (191,97,69). Sum of RGB (Red+Green+Blue) = 191+97+69=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6145 is #409EBA. Grayscale: #7A7A7A. Windows color (decimal): -4234939 or 4547007. OLE color: 4547007.

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

Color convert

RGB 191 97 69 -
CMYK 0 0.49 0.64 0.25
HSL 13.77º 0.49% 0.51% -
HSV(B) 13.77º 0.64% 0.75% -
XYZ 26.83 20.06 8.09 -
YUV 121.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 191 97 69 0 0.49 0.64 0.25 13.77 0.49 0.51
Hex BF 61 45 0 31 40 19 E 31 33
Octal 277 141 105 0 61 100 31 16 61 63
Binary 10111111 1100001 1000101 0 110001 1000000 11001 1110 110001 110011

Color Harmonies of #BF6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6145

Black with #BF6145

Text Example


Text Example

White with #BF6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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