Html Css Color HEX #BF613F Ecstasy

📋 copy color: '#BF613F'

red 191 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #BF613F

Tints of Ecstasy #BF613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

 BLUE value IS 63 (25% from 255) = 17.95%

R = 54.42%
G = 27.64%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF613F (or 0xBF613F) is known color: Ecstasy. HEX triplet: BF, 61 and 3F. RGB value is (191,97,63). Sum of RGB (Red+Green+Blue) = 191+97+63=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF613F is #409EC0. Grayscale: #797979. Windows color (decimal): -4234945 or 4153791. OLE color: 4153791.

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

Color convert

RGB 191 97 63 -
CMYK 0 0.49 0.67 0.25
HSL 15.94º 0.5% 0.5% -
HSV(B) 15.94º 0.67% 0.75% -
XYZ 26.66 19.98 7.16 -
YUV 121.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 191 97 63 0 0.49 0.67 0.25 15.94 0.5 0.5
Hex BF 61 3F 0 31 43 19 10 32 32
Octal 277 141 77 0 61 103 31 20 62 62
Binary 10111111 1100001 111111 0 110001 1000011 11001 10000 110010 110010

Color Harmonies of #BF613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF613F

Black with #BF613F

Text Example


Text Example

White with #BF613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF613F; }

 p { color: rgb(191,97,63); }

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

background-color css

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

 a { background-color: rgb(191,97,63); }

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

border-color css

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

 span { border-color: rgb(191,97,63); }

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