Html Css Color HEX #BF614C Flame Pea

📋 copy color: '#BF614C'

red 191 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #BF614C

Tints of Flame Pea #BF614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 52.47%
G = 26.65%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF614C (or 0xBF614C) is known color: Flame Pea. HEX triplet: BF, 61 and 4C. RGB value is (191,97,76). Sum of RGB (Red+Green+Blue) = 191+97+76=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF614C is #409EB3. Grayscale: #7A7A7A. Windows color (decimal): -4234932 or 5005759. OLE color: 5005759.

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

Color convert

RGB 191 97 76 -
CMYK 0 0.49 0.60 0.25
HSL 10.96º 0.47% 0.52% -
HSV(B) 10.96º 0.6% 0.75% -
XYZ 27.07 20.15 9.3 -
YUV 122.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 191 97 76 0 0.49 0.60 0.25 10.96 0.47 0.52
Hex BF 61 4C 0 31 3C 19 B 2F 34
Octal 277 141 114 0 61 74 31 13 57 64
Binary 10111111 1100001 1001100 0 110001 111100 11001 1011 101111 110100

Color Harmonies of #BF614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF614C

Black with #BF614C

Text Example


Text Example

White with #BF614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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