Html Css Color HEX #BF674E Flame Pea

📋 copy color: '#BF674E'

red 191 ◦ green 103 ◦ blue 78

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

Shades of Flame Pea #BF674E

Tints of Flame Pea #BF674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 51.34%
G = 27.69%
B = 20.97%

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

#BF674E (or 0xBF674E) is known color: Flame Pea. HEX triplet: BF, 67 and 4E. RGB value is (191,103,78). Sum of RGB (Red+Green+Blue) = 191+103+78=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674E is #4098B1. Grayscale: #7E7E7E. Windows color (decimal): -4233394 or 5138367. OLE color: 5138367.

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

Color convert

RGB 191 103 78 -
CMYK 0 0.46 0.59 0.25
HSL 13.27º 0.47% 0.53% -
HSV(B) 13.27º 0.59% 0.75% -
XYZ 27.71 21.33 9.86 -
YUV 126.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 191 103 78 0 0.46 0.59 0.25 13.27 0.47 0.53
Hex BF 67 4E 0 2E 3B 19 D 2F 35
Octal 277 147 116 0 56 73 31 15 57 65
Binary 10111111 1100111 1001110 0 101110 111011 11001 1101 101111 110101

Color Harmonies of #BF674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF674E

Black with #BF674E

Text Example


Text Example

White with #BF674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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