Html Css Color HEX #BF6450 Flame Pea

📋 copy color: '#BF6450'

red 191 ◦ green 100 ◦ blue 80

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

Shades of Flame Pea #BF6450

Tints of Flame Pea #BF6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 51.48%
G = 26.95%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF6450 (or 0xBF6450) is known color: Flame Pea. HEX triplet: BF, 64 and 50. RGB value is (191,100,80). Sum of RGB (Red+Green+Blue) = 191+100+80=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6450 is #409BAF. Grayscale: #7D7D7D. Windows color (decimal): -4234160 or 5268671. OLE color: 5268671.

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

Color convert

RGB 191 100 80 -
CMYK 0 0.48 0.58 0.25
HSL 10.81º 0.46% 0.53% -
HSV(B) 10.81º 0.58% 0.75% -
XYZ 27.49 20.77 10.15 -
YUV 124.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 191 100 80 0 0.48 0.58 0.25 10.81 0.46 0.53
Hex BF 64 50 0 30 3A 19 B 2E 35
Octal 277 144 120 0 60 72 31 13 56 65
Binary 10111111 1100100 1010000 0 110000 111010 11001 1011 101110 110101

Color Harmonies of #BF6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6450

Black with #BF6450

Text Example


Text Example

White with #BF6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6450; }

 p { color: rgb(191,100,80); }

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

background-color css

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

 a { background-color: rgb(191,100,80); }

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

border-color css

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

 span { border-color: rgb(191,100,80); }

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