Html Css Color HEX #BC6F3F Zest

📋 copy color: '#BC6F3F'

red 188 ◦ green 111 ◦ blue 63

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

Shades of Zest #BC6F3F

Tints of Zest #BC6F3F

RGB

 RED value IS 188 (73.83% from 255) = 51.93%

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

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

R = 51.93%
G = 30.66%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6F3F (or 0xBC6F3F) is known color: Zest. HEX triplet: BC, 6F and 3F. RGB value is (188,111,63). Sum of RGB (Red+Green+Blue) = 188+111+63=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F3F is #4390C0. Grayscale: #808080. Windows color (decimal): -4427969 or 4157372. OLE color: 4157372.

HSL color Cylindrical-coordinate representation of color #BC6F3F: hue angle of 23.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6F3F is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 63 -
CMYK 0 0.41 0.66 0.26
HSL 23.04º 0.5% 0.49% -
HSV(B) 23.04º 0.66% 0.74% -
XYZ 27.32 22.42 7.59 -
YUV 128.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 188 111 63 0 0.41 0.66 0.26 23.04 0.5 0.49
Hex BC 6F 3F 0 29 42 1A 17 32 31
Octal 274 157 77 0 51 102 32 27 62 61
Binary 10111100 1101111 111111 0 101001 1000010 11010 10111 110010 110001

Color Harmonies of #BC6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F3F

Black with #BC6F3F

Text Example


Text Example

White with #BC6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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