Html Css Color HEX #BF623F Ecstasy

📋 copy color: '#BF623F'

red 191 ◦ green 98 ◦ blue 63

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

Shades of Ecstasy #BF623F

Tints of Ecstasy #BF623F

RGB

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

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

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

R = 54.26%
G = 27.84%
B = 17.9%

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

#BF623F (or 0xBF623F) is known color: Ecstasy. HEX triplet: BF, 62 and 3F. RGB value is (191,98,63). Sum of RGB (Red+Green+Blue) = 191+98+63=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF623F is #409DC0. Grayscale: #7A7A7A. Windows color (decimal): -4234689 or 4154047. OLE color: 4154047.

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

Color convert

RGB 191 98 63 -
CMYK 0 0.49 0.67 0.25
HSL 16.41º 0.5% 0.5% -
HSV(B) 16.41º 0.67% 0.75% -
XYZ 26.75 20.17 7.19 -
YUV 121.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 191 98 63 0 0.49 0.67 0.25 16.41 0.5 0.5
Hex BF 62 3F 0 31 43 19 10 32 32
Octal 277 142 77 0 61 103 31 20 62 62
Binary 10111111 1100010 111111 0 110001 1000011 11001 10000 110010 110010

Color Harmonies of #BF623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF623F

Black with #BF623F

Text Example


Text Example

White with #BF623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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