Html Css Color HEX #BF6640 Ecstasy

📋 copy color: '#BF6640'

red 191 ◦ green 102 ◦ blue 64

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

Shades of Ecstasy #BF6640

Tints of Ecstasy #BF6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 53.5%
G = 28.57%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6640 (or 0xBF6640) is known color: Ecstasy. HEX triplet: BF, 66 and 40. RGB value is (191,102,64). Sum of RGB (Red+Green+Blue) = 191+102+64=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6640 is #4099BF. Grayscale: #7C7C7C. Windows color (decimal): -4233664 or 4220607. OLE color: 4220607.

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

Color convert

RGB 191 102 64 -
CMYK 0 0.47 0.66 0.25
HSL 17.95º 0.5% 0.5% -
HSV(B) 17.95º 0.66% 0.75% -
XYZ 27.16 20.95 7.46 -
YUV 124.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 191 102 64 0 0.47 0.66 0.25 17.95 0.5 0.5
Hex BF 66 40 0 2F 42 19 12 32 32
Octal 277 146 100 0 57 102 31 22 62 62
Binary 10111111 1100110 1000000 0 101111 1000010 11001 10010 110010 110010

Color Harmonies of #BF6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6640

Black with #BF6640

Text Example


Text Example

White with #BF6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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