Html Css Color HEX #BF693B Zest

📋 copy color: '#BF693B'

red 191 ◦ green 105 ◦ blue 59

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

Shades of Zest #BF693B

Tints of Zest #BF693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 53.8%
G = 29.58%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF693B (or 0xBF693B) is known color: Zest. HEX triplet: BF, 69 and 3B. RGB value is (191,105,59). Sum of RGB (Red+Green+Blue) = 191+105+59=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF693B is #4096C4. Grayscale: #7D7D7D. Windows color (decimal): -4232901 or 3893695. OLE color: 3893695.

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

Color convert

RGB 191 105 59 -
CMYK 0 0.45 0.69 0.25
HSL 20.91º 0.53% 0.49% -
HSV(B) 20.91º 0.69% 0.75% -
XYZ 27.33 21.5 6.85 -
YUV 125.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 191 105 59 0 0.45 0.69 0.25 20.91 0.53 0.49
Hex BF 69 3B 0 2D 45 19 15 35 31
Octal 277 151 73 0 55 105 31 25 65 61
Binary 10111111 1101001 111011 0 101101 1000101 11001 10101 110101 110001

Color Harmonies of #BF693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF693B

Black with #BF693B

Text Example


Text Example

White with #BF693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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