Html Css Color HEX #BF6642 Ecstasy

📋 copy color: '#BF6642'

red 191 ◦ green 102 ◦ blue 66

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

Shades of Ecstasy #BF6642

Tints of Ecstasy #BF6642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 53.2%
G = 28.41%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF6642 (or 0xBF6642) is known color: Ecstasy. HEX triplet: BF, 66 and 42. RGB value is (191,102,66). Sum of RGB (Red+Green+Blue) = 191+102+66=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6642 is #4099BD. Grayscale: #7C7C7C. Windows color (decimal): -4233662 or 4351679. OLE color: 4351679.

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

Color convert

RGB 191 102 66 -
CMYK 0 0.47 0.65 0.25
HSL 17.28º 0.49% 0.5% -
HSV(B) 17.28º 0.65% 0.75% -
XYZ 27.22 20.97 7.77 -
YUV 124.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 191 102 66 0 0.47 0.65 0.25 17.28 0.49 0.5
Hex BF 66 42 0 2F 41 19 11 31 32
Octal 277 146 102 0 57 101 31 21 61 62
Binary 10111111 1100110 1000010 0 101111 1000001 11001 10001 110001 110010

Color Harmonies of #BF6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6642

Black with #BF6642

Text Example


Text Example

White with #BF6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6642; }

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

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

background-color css

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

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

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

border-color css

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

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

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