Html Css Color HEX #BF6240 Ecstasy

📋 copy color: '#BF6240'

red 191 ◦ green 98 ◦ blue 64

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

Shades of Ecstasy #BF6240

Tints of Ecstasy #BF6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 54.11%
G = 27.76%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6240 (or 0xBF6240) is known color: Ecstasy. HEX triplet: BF, 62 and 40. RGB value is (191,98,64). Sum of RGB (Red+Green+Blue) = 191+98+64=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6240 is #409DBF. Grayscale: #7A7A7A. Windows color (decimal): -4234688 or 4219583. OLE color: 4219583.

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

Color convert

RGB 191 98 64 -
CMYK 0 0.49 0.66 0.25
HSL 16.06º 0.5% 0.5% -
HSV(B) 16.06º 0.66% 0.75% -
XYZ 26.78 20.18 7.33 -
YUV 121.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 191 98 64 0 0.49 0.66 0.25 16.06 0.5 0.5
Hex BF 62 40 0 31 42 19 10 32 32
Octal 277 142 100 0 61 102 31 20 62 62
Binary 10111111 1100010 1000000 0 110001 1000010 11001 10000 110010 110010

Color Harmonies of #BF6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6240

Black with #BF6240

Text Example


Text Example

White with #BF6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6240; }

 p { color: rgb(191,98,64); }

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

background-color css

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

 a { background-color: rgb(191,98,64); }

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

border-color css

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

 span { border-color: rgb(191,98,64); }

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