Html Css Color HEX #BF674F Flame Pea

📋 copy color: '#BF674F'

red 191 ◦ green 103 ◦ blue 79

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

Shades of Flame Pea #BF674F

Tints of Flame Pea #BF674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 51.21%
G = 27.61%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF674F (or 0xBF674F) is known color: Flame Pea. HEX triplet: BF, 67 and 4F. RGB value is (191,103,79). Sum of RGB (Red+Green+Blue) = 191+103+79=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674F is #4098B0. Grayscale: #7E7E7E. Windows color (decimal): -4233393 or 5203903. OLE color: 5203903.

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

Color convert

RGB 191 103 79 -
CMYK 0 0.46 0.59 0.25
HSL 12.86º 0.47% 0.53% -
HSV(B) 12.86º 0.59% 0.75% -
XYZ 27.75 21.34 10.05 -
YUV 126.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 191 103 79 0 0.46 0.59 0.25 12.86 0.47 0.53
Hex BF 67 4F 0 2E 3B 19 D 2F 35
Octal 277 147 117 0 56 73 31 15 57 65
Binary 10111111 1100111 1001111 0 101110 111011 11001 1101 101111 110101

Color Harmonies of #BF674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF674F

Black with #BF674F

Text Example


Text Example

White with #BF674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF674F; }

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

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

background-color css

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

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

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

border-color css

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

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

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