Html Css Color HEX #BC6A3E Zest

📋 copy color: '#BC6A3E'

red 188 ◦ green 106 ◦ blue 62

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

Shades of Zest #BC6A3E

Tints of Zest #BC6A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 52.81%
G = 29.78%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC6A3E (or 0xBC6A3E) is known color: Zest. HEX triplet: BC, 6A and 3E. RGB value is (188,106,62). Sum of RGB (Red+Green+Blue) = 188+106+62=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A3E is #4395C1. Grayscale: #7D7D7D. Windows color (decimal): -4429250 or 4090556. OLE color: 4090556.

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

Color convert

RGB 188 106 62 -
CMYK 0 0.44 0.67 0.26
HSL 20.95º 0.5% 0.49% -
HSV(B) 20.95º 0.67% 0.74% -
XYZ 26.76 21.35 7.27 -
YUV 125.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 188 106 62 0 0.44 0.67 0.26 20.95 0.5 0.49
Hex BC 6A 3E 0 2C 43 1A 15 32 31
Octal 274 152 76 0 54 103 32 25 62 61
Binary 10111100 1101010 111110 0 101100 1000011 11010 10101 110010 110001

Color Harmonies of #BC6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A3E

Black with #BC6A3E

Text Example


Text Example

White with #BC6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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