Html Css Color HEX #BF6345 Flame Pea

📋 copy color: '#BF6345'

red 191 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #BF6345

Tints of Flame Pea #BF6345

RGB

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

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

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

R = 53.2%
G = 27.58%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF6345 (or 0xBF6345) is known color: Flame Pea. HEX triplet: BF, 63 and 45. RGB value is (191,99,69). Sum of RGB (Red+Green+Blue) = 191+99+69=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6345 is #409CBA. Grayscale: #7B7B7B. Windows color (decimal): -4234427 or 4547519. OLE color: 4547519.

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

Color convert

RGB 191 99 69 -
CMYK 0 0.48 0.64 0.25
HSL 14.75º 0.49% 0.51% -
HSV(B) 14.75º 0.64% 0.75% -
XYZ 27.02 20.43 8.15 -
YUV 123.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 191 99 69 0 0.48 0.64 0.25 14.75 0.49 0.51
Hex BF 63 45 0 30 40 19 F 31 33
Octal 277 143 105 0 60 100 31 17 61 63
Binary 10111111 1100011 1000101 0 110000 1000000 11001 1111 110001 110011

Color Harmonies of #BF6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6345

Black with #BF6345

Text Example


Text Example

White with #BF6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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