Html Css Color HEX #BF693F Zest

📋 copy color: '#BF693F'

red 191 ◦ green 105 ◦ blue 63

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

Shades of Zest #BF693F

Tints of Zest #BF693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 53.2%
G = 29.25%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF693F (or 0xBF693F) is known color: Zest. HEX triplet: BF, 69 and 3F. RGB value is (191,105,63). Sum of RGB (Red+Green+Blue) = 191+105+63=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF693F is #4096C0. Grayscale: #7E7E7E. Windows color (decimal): -4232897 or 4155839. OLE color: 4155839.

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

Color convert

RGB 191 105 63 -
CMYK 0 0.45 0.67 0.25
HSL 19.69º 0.5% 0.5% -
HSV(B) 19.69º 0.67% 0.75% -
XYZ 27.43 21.54 7.41 -
YUV 125.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 191 105 63 0 0.45 0.67 0.25 19.69 0.5 0.5
Hex BF 69 3F 0 2D 43 19 14 32 32
Octal 277 151 77 0 55 103 31 24 62 62
Binary 10111111 1101001 111111 0 101101 1000011 11001 10100 110010 110010

Color Harmonies of #BF693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF693F

Black with #BF693F

Text Example


Text Example

White with #BF693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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