Html Css Color HEX #BF5C44 Flame Pea

📋 copy color: '#BF5C44'

red 191 ◦ green 92 ◦ blue 68

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

Shades of Flame Pea #BF5C44

Tints of Flame Pea #BF5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 54.42%
G = 26.21%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF5C44 (or 0xBF5C44) is known color: Flame Pea. HEX triplet: BF, 5C and 44. RGB value is (191,92,68). Sum of RGB (Red+Green+Blue) = 191+92+68=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C44 is #40A3BB. Grayscale: #777777. Windows color (decimal): -4236220 or 4480191. OLE color: 4480191.

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

Color convert

RGB 191 92 68 -
CMYK 0 0.52 0.64 0.25
HSL 11.71º 0.49% 0.51% -
HSV(B) 11.71º 0.64% 0.75% -
XYZ 26.36 19.15 7.78 -
YUV 118.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 191 92 68 0 0.52 0.64 0.25 11.71 0.49 0.51
Hex BF 5C 44 0 34 40 19 C 31 33
Octal 277 134 104 0 64 100 31 14 61 63
Binary 10111111 1011100 1000100 0 110100 1000000 11001 1100 110001 110011

Color Harmonies of #BF5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C44

Black with #BF5C44

Text Example


Text Example

White with #BF5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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