Html Css Color HEX #BC7144 Zest

📋 copy color: '#BC7144'

red 188 ◦ green 113 ◦ blue 68

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

Shades of Zest #BC7144

Tints of Zest #BC7144

RGB

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

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

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

R = 50.95%
G = 30.62%
B = 18.43%

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

#BC7144 (or 0xBC7144) is known color: Zest. HEX triplet: BC, 71 and 44. RGB value is (188,113,68). Sum of RGB (Red+Green+Blue) = 188+113+68=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7144 is #438EBB. Grayscale: #828282. Windows color (decimal): -4427452 or 4485564. OLE color: 4485564.

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

Color convert

RGB 188 113 68 -
CMYK 0 0.40 0.64 0.26
HSL 22.5º 0.47% 0.5% -
HSV(B) 22.5º 0.64% 0.74% -
XYZ 27.69 22.92 8.43 -
YUV 130.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 188 113 68 0 0.40 0.64 0.26 22.5 0.47 0.5
Hex BC 71 44 0 28 40 1A 16 2F 32
Octal 274 161 104 0 50 100 32 26 57 62
Binary 10111100 1110001 1000100 0 101000 1000000 11010 10110 101111 110010

Color Harmonies of #BC7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7144

Black with #BC7144

Text Example


Text Example

White with #BC7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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