Html Css Color HEX #BF644C Flame Pea

📋 copy color: '#BF644C'

red 191 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #BF644C

Tints of Flame Pea #BF644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 52.04%
G = 27.25%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF644C (or 0xBF644C) is known color: Flame Pea. HEX triplet: BF, 64 and 4C. RGB value is (191,100,76). Sum of RGB (Red+Green+Blue) = 191+100+76=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF644C is #409BB3. Grayscale: #7C7C7C. Windows color (decimal): -4234164 or 5006527. OLE color: 5006527.

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

Color convert

RGB 191 100 76 -
CMYK 0 0.48 0.60 0.25
HSL 12.52º 0.47% 0.52% -
HSV(B) 12.52º 0.6% 0.75% -
XYZ 27.35 20.71 9.39 -
YUV 124.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 191 100 76 0 0.48 0.60 0.25 12.52 0.47 0.52
Hex BF 64 4C 0 30 3C 19 D 2F 34
Octal 277 144 114 0 60 74 31 15 57 64
Binary 10111111 1100100 1001100 0 110000 111100 11001 1101 101111 110100

Color Harmonies of #BF644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF644C

Black with #BF644C

Text Example


Text Example

White with #BF644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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