Html Css Color HEX #BF5946 Flame Pea

📋 copy color: '#BF5946'

red 191 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #BF5946

Tints of Flame Pea #BF5946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20%

R = 54.57%
G = 25.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF5946 (or 0xBF5946) is known color: Flame Pea. HEX triplet: BF, 59 and 46. RGB value is (191,89,70). Sum of RGB (Red+Green+Blue) = 191+89+70=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5946 is #40A6B9. Grayscale: #757575. Windows color (decimal): -4236986 or 4610495. OLE color: 4610495.

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

Color convert

RGB 191 89 70 -
CMYK 0 0.53 0.63 0.25
HSL 9.42º 0.49% 0.51% -
HSV(B) 9.42º 0.63% 0.75% -
XYZ 26.16 18.66 8.02 -
YUV 117.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 191 89 70 0 0.53 0.63 0.25 9.42 0.49 0.51
Hex BF 59 46 0 35 3F 19 9 31 33
Octal 277 131 106 0 65 77 31 11 61 63
Binary 10111111 1011001 1000110 0 110101 111111 11001 1001 110001 110011

Color Harmonies of #BF5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5946

Black with #BF5946

Text Example


Text Example

White with #BF5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5946; }

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

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

background-color css

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

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

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

border-color css

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

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

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