Html Css Color HEX #BC723E Zest

📋 copy color: '#BC723E'

red 188 ◦ green 114 ◦ blue 62

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

Shades of Zest #BC723E

Tints of Zest #BC723E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 51.65%
G = 31.32%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC723E (or 0xBC723E) is known color: Zest. HEX triplet: BC, 72 and 3E. RGB value is (188,114,62). Sum of RGB (Red+Green+Blue) = 188+114+62=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC723E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC723E is #438DC1. Grayscale: #828282. Windows color (decimal): -4427202 or 4092604. OLE color: 4092604.

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

Color convert

RGB 188 114 62 -
CMYK 0 0.39 0.67 0.26
HSL 24.76º 0.5% 0.49% -
HSV(B) 24.76º 0.67% 0.74% -
XYZ 27.63 23.07 7.56 -
YUV 130.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 188 114 62 0 0.39 0.67 0.26 24.76 0.5 0.49
Hex BC 72 3E 0 27 43 1A 19 32 31
Octal 274 162 76 0 47 103 32 31 62 61
Binary 10111100 1110010 111110 0 100111 1000011 11010 11001 110010 110001

Color Harmonies of #BC723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC723E

Black with #BC723E

Text Example


Text Example

White with #BC723E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC723E; }

 p { color: rgb(188,114,62); }

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

background-color css

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

 a { background-color: rgb(188,114,62); }

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

border-color css

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

 span { border-color: rgb(188,114,62); }

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