Html Css Color HEX #BC6A3F Zest

📋 copy color: '#BC6A3F'

red 188 ◦ green 106 ◦ blue 63

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

Shades of Zest #BC6A3F

Tints of Zest #BC6A3F

RGB

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

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

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

R = 52.66%
G = 29.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6A3F (or 0xBC6A3F) is known color: Zest. HEX triplet: BC, 6A and 3F. RGB value is (188,106,63). Sum of RGB (Red+Green+Blue) = 188+106+63=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A3F is #4395C0. Grayscale: #7D7D7D. Windows color (decimal): -4429249 or 4156092. OLE color: 4156092.

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

Color convert

RGB 188 106 63 -
CMYK 0 0.44 0.66 0.26
HSL 20.64º 0.5% 0.49% -
HSV(B) 20.64º 0.66% 0.74% -
XYZ 26.79 21.36 7.41 -
YUV 125.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 188 106 63 0 0.44 0.66 0.26 20.64 0.5 0.49
Hex BC 6A 3F 0 2C 42 1A 15 32 31
Octal 274 152 77 0 54 102 32 25 62 61
Binary 10111100 1101010 111111 0 101100 1000010 11010 10101 110010 110001

Color Harmonies of #BC6A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A3F

Black with #BC6A3F

Text Example


Text Example

White with #BC6A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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