Html Css Color HEX #BC6F3E Zest

📋 copy color: '#BC6F3E'

red 188 ◦ green 111 ◦ blue 62

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

Shades of Zest #BC6F3E

Tints of Zest #BC6F3E

RGB

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

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

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

R = 52.08%
G = 30.75%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC6F3E (or 0xBC6F3E) is known color: Zest. HEX triplet: BC, 6F and 3E. RGB value is (188,111,62). Sum of RGB (Red+Green+Blue) = 188+111+62=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F3E is #4390C1. Grayscale: #808080. Windows color (decimal): -4427970 or 4091836. OLE color: 4091836.

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

Color convert

RGB 188 111 62 -
CMYK 0 0.41 0.67 0.26
HSL 23.33º 0.5% 0.49% -
HSV(B) 23.33º 0.67% 0.74% -
XYZ 27.29 22.41 7.44 -
YUV 128.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 188 111 62 0 0.41 0.67 0.26 23.33 0.5 0.49
Hex BC 6F 3E 0 29 43 1A 17 32 31
Octal 274 157 76 0 51 103 32 27 62 61
Binary 10111100 1101111 111110 0 101001 1000011 11010 10111 110010 110001

Color Harmonies of #BC6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F3E

Black with #BC6F3E

Text Example


Text Example

White with #BC6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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