Html Css Color HEX #BC7047 Zest

📋 copy color: '#BC7047'

red 188 ◦ green 112 ◦ blue 71

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

Shades of Zest #BC7047

Tints of Zest #BC7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 50.67%
G = 30.19%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7047 (or 0xBC7047) is known color: Zest. HEX triplet: BC, 70 and 47. RGB value is (188,112,71). Sum of RGB (Red+Green+Blue) = 188+112+71=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7047 is #438FB8. Grayscale: #828282. Windows color (decimal): -4427705 or 4681916. OLE color: 4681916.

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

Color convert

RGB 188 112 71 -
CMYK 0 0.40 0.62 0.26
HSL 21.03º 0.47% 0.51% -
HSV(B) 21.03º 0.62% 0.74% -
XYZ 27.67 22.73 8.89 -
YUV 130.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 188 112 71 0 0.40 0.62 0.26 21.03 0.47 0.51
Hex BC 70 47 0 28 3E 1A 15 2F 33
Octal 274 160 107 0 50 76 32 25 57 63
Binary 10111100 1110000 1000111 0 101000 111110 11010 10101 101111 110011

Color Harmonies of #BC7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7047

Black with #BC7047

Text Example


Text Example

White with #BC7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7047; }

 p { color: rgb(188,112,71); }

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

background-color css

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

 a { background-color: rgb(188,112,71); }

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

border-color css

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

 span { border-color: rgb(188,112,71); }

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