Html Css Color HEX #BC6D3F Zest

📋 copy color: '#BC6D3F'

red 188 ◦ green 109 ◦ blue 63

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

Shades of Zest #BC6D3F

Tints of Zest #BC6D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 52.22%
G = 30.28%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6D3F (or 0xBC6D3F) is known color: Zest. HEX triplet: BC, 6D and 3F. RGB value is (188,109,63). Sum of RGB (Red+Green+Blue) = 188+109+63=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D3F is #4392C0. Grayscale: #7F7F7F. Windows color (decimal): -4428481 or 4156860. OLE color: 4156860.

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

Color convert

RGB 188 109 63 -
CMYK 0 0.42 0.66 0.26
HSL 22.08º 0.5% 0.49% -
HSV(B) 22.08º 0.66% 0.74% -
XYZ 27.1 21.99 7.52 -
YUV 127.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 188 109 63 0 0.42 0.66 0.26 22.08 0.5 0.49
Hex BC 6D 3F 0 2A 42 1A 16 32 31
Octal 274 155 77 0 52 102 32 26 62 61
Binary 10111100 1101101 111111 0 101010 1000010 11010 10110 110010 110001

Color Harmonies of #BC6D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D3F

Black with #BC6D3F

Text Example


Text Example

White with #BC6D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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