Html Css Color HEX #BF6341 Flame Pea

📋 copy color: '#BF6341'

red 191 ◦ green 99 ◦ blue 65

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

Shades of Flame Pea #BF6341

Tints of Flame Pea #BF6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 53.8%
G = 27.89%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6341 (or 0xBF6341) is known color: Flame Pea. HEX triplet: BF, 63 and 41. RGB value is (191,99,65). Sum of RGB (Red+Green+Blue) = 191+99+65=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6341 is #409CBE. Grayscale: #7A7A7A. Windows color (decimal): -4234431 or 4285375. OLE color: 4285375.

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

Color convert

RGB 191 99 65 -
CMYK 0 0.48 0.66 0.25
HSL 16.19º 0.5% 0.5% -
HSV(B) 16.19º 0.66% 0.75% -
XYZ 26.9 20.38 7.52 -
YUV 122.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 191 99 65 0 0.48 0.66 0.25 16.19 0.5 0.5
Hex BF 63 41 0 30 42 19 10 32 32
Octal 277 143 101 0 60 102 31 20 62 62
Binary 10111111 1100011 1000001 0 110000 1000010 11001 10000 110010 110010

Color Harmonies of #BF6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6341

Black with #BF6341

Text Example


Text Example

White with #BF6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6341; }

 p { color: rgb(191,99,65); }

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

background-color css

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

 a { background-color: rgb(191,99,65); }

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

border-color css

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

 span { border-color: rgb(191,99,65); }

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