Html Css Color HEX #BF664E Flame Pea

📋 copy color: '#BF664E'

red 191 ◦ green 102 ◦ blue 78

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

Shades of Flame Pea #BF664E

Tints of Flame Pea #BF664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 51.48%
G = 27.49%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF664E (or 0xBF664E) is known color: Flame Pea. HEX triplet: BF, 66 and 4E. RGB value is (191,102,78). Sum of RGB (Red+Green+Blue) = 191+102+78=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF664E is #4099B1. Grayscale: #7E7E7E. Windows color (decimal): -4233650 or 5138111. OLE color: 5138111.

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

Color convert

RGB 191 102 78 -
CMYK 0 0.47 0.59 0.25
HSL 12.74º 0.47% 0.53% -
HSV(B) 12.74º 0.59% 0.75% -
XYZ 27.61 21.13 9.83 -
YUV 125.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 191 102 78 0 0.47 0.59 0.25 12.74 0.47 0.53
Hex BF 66 4E 0 2F 3B 19 D 2F 35
Octal 277 146 116 0 57 73 31 15 57 65
Binary 10111111 1100110 1001110 0 101111 111011 11001 1101 101111 110101

Color Harmonies of #BF664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF664E

Black with #BF664E

Text Example


Text Example

White with #BF664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF664E; }

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

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

background-color css

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

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

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

border-color css

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

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

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