Html Css Color HEX #BC723B Zest

📋 copy color: '#BC723B'

red 188 ◦ green 114 ◦ blue 59

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

Shades of Zest #BC723B

Tints of Zest #BC723B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 52.08%
G = 31.58%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC723B (or 0xBC723B) is known color: Zest. HEX triplet: BC, 72 and 3B. RGB value is (188,114,59). Sum of RGB (Red+Green+Blue) = 188+114+59=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC723B is #438DC4. Grayscale: #828282. Windows color (decimal): -4427205 or 3895996. OLE color: 3895996.

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

Color convert

RGB 188 114 59 -
CMYK 0 0.39 0.69 0.26
HSL 25.58º 0.52% 0.48% -
HSV(B) 25.58º 0.69% 0.74% -
XYZ 27.55 23.04 7.13 -
YUV 129.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 188 114 59 0 0.39 0.69 0.26 25.58 0.52 0.48
Hex BC 72 3B 0 27 45 1A 1A 34 30
Octal 274 162 73 0 47 105 32 32 64 60
Binary 10111100 1110010 111011 0 100111 1000101 11010 11010 110100 110000

Color Harmonies of #BC723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC723B

Black with #BC723B

Text Example


Text Example

White with #BC723B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC723B; }

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

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

background-color css

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

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

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

border-color css

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

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

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