Html Css Color HEX #BF6545 Flame Pea

📋 copy color: '#BF6545'

red 191 ◦ green 101 ◦ blue 69

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

Shades of Flame Pea #BF6545

Tints of Flame Pea #BF6545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 52.91%
G = 27.98%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF6545 (or 0xBF6545) is known color: Flame Pea. HEX triplet: BF, 65 and 45. RGB value is (191,101,69). Sum of RGB (Red+Green+Blue) = 191+101+69=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6545 is #409ABA. Grayscale: #7C7C7C. Windows color (decimal): -4233915 or 4548031. OLE color: 4548031.

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

Color convert

RGB 191 101 69 -
CMYK 0 0.47 0.64 0.25
HSL 15.74º 0.49% 0.51% -
HSV(B) 15.74º 0.64% 0.75% -
XYZ 27.21 20.81 8.21 -
YUV 124.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 191 101 69 0 0.47 0.64 0.25 15.74 0.49 0.51
Hex BF 65 45 0 2F 40 19 10 31 33
Octal 277 145 105 0 57 100 31 20 61 63
Binary 10111111 1100101 1000101 0 101111 1000000 11001 10000 110001 110011

Color Harmonies of #BF6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6545

Black with #BF6545

Text Example


Text Example

White with #BF6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6545; }

 p { color: rgb(191,101,69); }

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

background-color css

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

 a { background-color: rgb(191,101,69); }

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

border-color css

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

 span { border-color: rgb(191,101,69); }

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