Html Css Color HEX #BF614A Flame Pea

📋 copy color: '#BF614A'

red 191 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #BF614A

Tints of Flame Pea #BF614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 52.76%
G = 26.8%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF614A (or 0xBF614A) is known color: Flame Pea. HEX triplet: BF, 61 and 4A. RGB value is (191,97,74). Sum of RGB (Red+Green+Blue) = 191+97+74=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF614A is #409EB5. Grayscale: #7A7A7A. Windows color (decimal): -4234934 or 4874687. OLE color: 4874687.

HSL color Cylindrical-coordinate representation of color #BF614A: hue angle of 11.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF614A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 74 -
CMYK 0 0.49 0.61 0.25
HSL 11.79º 0.48% 0.52% -
HSV(B) 11.79º 0.61% 0.75% -
XYZ 27 20.12 8.94 -
YUV 122.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 191 97 74 0 0.49 0.61 0.25 11.79 0.48 0.52
Hex BF 61 4A 0 31 3D 19 C 30 34
Octal 277 141 112 0 61 75 31 14 60 64
Binary 10111111 1100001 1001010 0 110001 111101 11001 1100 110000 110100

Color Harmonies of #BF614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF614A

Black with #BF614A

Text Example


Text Example

White with #BF614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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