Html Css Color HEX #BC7143 Zest

📋 copy color: '#BC7143'

red 188 ◦ green 113 ◦ blue 67

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

Shades of Zest #BC7143

Tints of Zest #BC7143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 51.09%
G = 30.71%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7143 (or 0xBC7143) is known color: Zest. HEX triplet: BC, 71 and 43. RGB value is (188,113,67). Sum of RGB (Red+Green+Blue) = 188+113+67=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7143 is #438EBC. Grayscale: #828282. Windows color (decimal): -4427453 or 4420028. OLE color: 4420028.

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

Color convert

RGB 188 113 67 -
CMYK 0 0.40 0.64 0.26
HSL 22.81º 0.47% 0.5% -
HSV(B) 22.81º 0.64% 0.74% -
XYZ 27.66 22.91 8.27 -
YUV 130.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 188 113 67 0 0.40 0.64 0.26 22.81 0.47 0.5
Hex BC 71 43 0 28 40 1A 17 2F 32
Octal 274 161 103 0 50 100 32 27 57 62
Binary 10111100 1110001 1000011 0 101000 1000000 11010 10111 101111 110010

Color Harmonies of #BC7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7143

Black with #BC7143

Text Example


Text Example

White with #BC7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7143; }

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

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

background-color css

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

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

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

border-color css

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

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

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