Html Css Color HEX #BC6E44 Zest

📋 copy color: '#BC6E44'

red 188 ◦ green 110 ◦ blue 68

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

Shades of Zest #BC6E44

Tints of Zest #BC6E44

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 51.37%
G = 30.05%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6E44 (or 0xBC6E44) is known color: Zest. HEX triplet: BC, 6E and 44. RGB value is (188,110,68). Sum of RGB (Red+Green+Blue) = 188+110+68=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E44 is #4391BB. Grayscale: #808080. Windows color (decimal): -4428220 or 4484796. OLE color: 4484796.

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

Color convert

RGB 188 110 68 -
CMYK 0 0.41 0.64 0.26
HSL 21º 0.47% 0.5% -
HSV(B) 21º 0.64% 0.74% -
XYZ 27.36 22.26 8.32 -
YUV 128.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 188 110 68 0 0.41 0.64 0.26 21 0.47 0.5
Hex BC 6E 44 0 29 40 1A 15 2F 32
Octal 274 156 104 0 51 100 32 25 57 62
Binary 10111100 1101110 1000100 0 101001 1000000 11010 10101 101111 110010

Color Harmonies of #BC6E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E44

Black with #BC6E44

Text Example


Text Example

White with #BC6E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E44; }

 p { color: rgb(188,110,68); }

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

background-color css

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

 a { background-color: rgb(188,110,68); }

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

border-color css

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

 span { border-color: rgb(188,110,68); }

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