Html Css Color HEX #BF6F3F Zest

📋 copy color: '#BF6F3F'

red 191 ◦ green 111 ◦ blue 63

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

Shades of Zest #BF6F3F

Tints of Zest #BF6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

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

R = 52.33%
G = 30.41%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF6F3F (or 0xBF6F3F) is known color: Zest. HEX triplet: BF, 6F and 3F. RGB value is (191,111,63). Sum of RGB (Red+Green+Blue) = 191+111+63=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F3F is #4090C0. Grayscale: #818181. Windows color (decimal): -4231361 or 4157375. OLE color: 4157375.

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

Color convert

RGB 191 111 63 -
CMYK 0 0.42 0.67 0.25
HSL 22.5º 0.5% 0.5% -
HSV(B) 22.5º 0.67% 0.75% -
XYZ 28.07 22.8 7.62 -
YUV 129.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 191 111 63 0 0.42 0.67 0.25 22.5 0.5 0.5
Hex BF 6F 3F 0 2A 43 19 16 32 32
Octal 277 157 77 0 52 103 31 26 62 62
Binary 10111111 1101111 111111 0 101010 1000011 11001 10110 110010 110010

Color Harmonies of #BF6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F3F

Black with #BF6F3F

Text Example


Text Example

White with #BF6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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