Html Css Color HEX #BF6750 Flame Pea

📋 copy color: '#BF6750'

red 191 ◦ green 103 ◦ blue 80

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

Shades of Flame Pea #BF6750

Tints of Flame Pea #BF6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

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

R = 51.07%
G = 27.54%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF6750 (or 0xBF6750) is known color: Flame Pea. HEX triplet: BF, 67 and 50. RGB value is (191,103,80). Sum of RGB (Red+Green+Blue) = 191+103+80=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6750 is #4098AF. Grayscale: #7E7E7E. Windows color (decimal): -4233392 or 5269439. OLE color: 5269439.

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

Color convert

RGB 191 103 80 -
CMYK 0 0.46 0.58 0.25
HSL 12.43º 0.46% 0.53% -
HSV(B) 12.43º 0.58% 0.75% -
XYZ 27.78 21.36 10.25 -
YUV 126.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 191 103 80 0 0.46 0.58 0.25 12.43 0.46 0.53
Hex BF 67 50 0 2E 3A 19 C 2E 35
Octal 277 147 120 0 56 72 31 14 56 65
Binary 10111111 1100111 1010000 0 101110 111010 11001 1100 101110 110101

Color Harmonies of #BF6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6750

Black with #BF6750

Text Example


Text Example

White with #BF6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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