Html Css Color HEX #BF5A3E Flame Pea

📋 copy color: '#BF5A3E'

red 191 ◦ green 90 ◦ blue 62

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

Shades of Flame Pea #BF5A3E

Tints of Flame Pea #BF5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 55.69%
G = 26.24%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF5A3E (or 0xBF5A3E) is known color: Flame Pea. HEX triplet: BF, 5A and 3E. RGB value is (191,90,62). Sum of RGB (Red+Green+Blue) = 191+90+62=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A3E is #40A5C1. Grayscale: #757575. Windows color (decimal): -4236738 or 4086463. OLE color: 4086463.

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

Color convert

RGB 191 90 62 -
CMYK 0 0.53 0.68 0.25
HSL 13.02º 0.51% 0.5% -
HSV(B) 13.02º 0.68% 0.75% -
XYZ 26.01 18.74 6.8 -
YUV 117.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 191 90 62 0 0.53 0.68 0.25 13.02 0.51 0.5
Hex BF 5A 3E 0 35 44 19 D 33 32
Octal 277 132 76 0 65 104 31 15 63 62
Binary 10111111 1011010 111110 0 110101 1000100 11001 1101 110011 110010

Color Harmonies of #BF5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A3E

Black with #BF5A3E

Text Example


Text Example

White with #BF5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A3E; }

 p { color: rgb(191,90,62); }

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

background-color css

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

 a { background-color: rgb(191,90,62); }

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

border-color css

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

 span { border-color: rgb(191,90,62); }

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