Html Css Color HEX #BF6641 Ecstasy

📋 copy color: '#BF6641'

red 191 ◦ green 102 ◦ blue 65

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

Shades of Ecstasy #BF6641

Tints of Ecstasy #BF6641

RGB

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

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

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

R = 53.35%
G = 28.49%
B = 18.16%

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

#BF6641 (or 0xBF6641) is known color: Ecstasy. HEX triplet: BF, 66 and 41. RGB value is (191,102,65). Sum of RGB (Red+Green+Blue) = 191+102+65=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6641 is #4099BE. Grayscale: #7C7C7C. Windows color (decimal): -4233663 or 4286143. OLE color: 4286143.

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

Color convert

RGB 191 102 65 -
CMYK 0 0.47 0.66 0.25
HSL 17.62º 0.5% 0.5% -
HSV(B) 17.62º 0.66% 0.75% -
XYZ 27.19 20.96 7.61 -
YUV 124.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 191 102 65 0 0.47 0.66 0.25 17.62 0.5 0.5
Hex BF 66 41 0 2F 42 19 12 32 32
Octal 277 146 101 0 57 102 31 22 62 62
Binary 10111111 1100110 1000001 0 101111 1000010 11001 10010 110010 110010

Color Harmonies of #BF6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6641

Black with #BF6641

Text Example


Text Example

White with #BF6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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