Html Css Color HEX #BF6150 Flame Pea

📋 copy color: '#BF6150'

red 191 ◦ green 97 ◦ blue 80

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

Shades of Flame Pea #BF6150

Tints of Flame Pea #BF6150

RGB

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

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

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

R = 51.9%
G = 26.36%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF6150 (or 0xBF6150) is known color: Flame Pea. HEX triplet: BF, 61 and 50. RGB value is (191,97,80). Sum of RGB (Red+Green+Blue) = 191+97+80=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6150 is #409EAF. Grayscale: #7B7B7B. Windows color (decimal): -4234928 or 5267903. OLE color: 5267903.

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

Color convert

RGB 191 97 80 -
CMYK 0 0.49 0.58 0.25
HSL 9.19º 0.46% 0.53% -
HSV(B) 9.19º 0.58% 0.75% -
XYZ 27.21 20.2 10.06 -
YUV 123.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 191 97 80 0 0.49 0.58 0.25 9.19 0.46 0.53
Hex BF 61 50 0 31 3A 19 9 2E 35
Octal 277 141 120 0 61 72 31 11 56 65
Binary 10111111 1100001 1010000 0 110001 111010 11001 1001 101110 110101

Color Harmonies of #BF6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6150

Black with #BF6150

Text Example


Text Example

White with #BF6150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6150; }

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

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

background-color css

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

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

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

border-color css

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

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

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