Html Css Color HEX #BC7142 Zest

📋 copy color: '#BC7142'

red 188 ◦ green 113 ◦ blue 66

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

Shades of Zest #BC7142

Tints of Zest #BC7142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 51.23%
G = 30.79%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7142 (or 0xBC7142) is known color: Zest. HEX triplet: BC, 71 and 42. RGB value is (188,113,66). Sum of RGB (Red+Green+Blue) = 188+113+66=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7142 is #438EBD. Grayscale: #828282. Windows color (decimal): -4427454 or 4354492. OLE color: 4354492.

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

Color convert

RGB 188 113 66 -
CMYK 0 0.40 0.65 0.26
HSL 23.11º 0.48% 0.5% -
HSV(B) 23.11º 0.65% 0.74% -
XYZ 27.63 22.89 8.12 -
YUV 130.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 188 113 66 0 0.40 0.65 0.26 23.11 0.48 0.5
Hex BC 71 42 0 28 41 1A 17 30 32
Octal 274 161 102 0 50 101 32 27 60 62
Binary 10111100 1110001 1000010 0 101000 1000001 11010 10111 110000 110010

Color Harmonies of #BC7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7142

Black with #BC7142

Text Example


Text Example

White with #BC7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7142; }

 p { color: rgb(188,113,66); }

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

background-color css

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

 a { background-color: rgb(188,113,66); }

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

border-color css

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

 span { border-color: rgb(188,113,66); }

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