Html Css Color HEX #BC6A3C Zest

📋 copy color: '#BC6A3C'

red 188 ◦ green 106 ◦ blue 60

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

Shades of Zest #BC6A3C

Tints of Zest #BC6A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 53.11%
G = 29.94%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC6A3C (or 0xBC6A3C) is known color: Zest. HEX triplet: BC, 6A and 3C. RGB value is (188,106,60). Sum of RGB (Red+Green+Blue) = 188+106+60=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A3C is #4395C3. Grayscale: #7D7D7D. Windows color (decimal): -4429252 or 3959484. OLE color: 3959484.

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

Color convert

RGB 188 106 60 -
CMYK 0 0.44 0.68 0.26
HSL 21.56º 0.52% 0.49% -
HSV(B) 21.56º 0.68% 0.74% -
XYZ 26.71 21.33 6.98 -
YUV 125.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 188 106 60 0 0.44 0.68 0.26 21.56 0.52 0.49
Hex BC 6A 3C 0 2C 44 1A 16 34 31
Octal 274 152 74 0 54 104 32 26 64 61
Binary 10111100 1101010 111100 0 101100 1000100 11010 10110 110100 110001

Color Harmonies of #BC6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A3C

Black with #BC6A3C

Text Example


Text Example

White with #BC6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A3C; }

 p { color: rgb(188,106,60); }

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

background-color css

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

 a { background-color: rgb(188,106,60); }

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

border-color css

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

 span { border-color: rgb(188,106,60); }

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