Html Css Color HEX #BC723D Zest

📋 copy color: '#BC723D'

red 188 ◦ green 114 ◦ blue 61

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

Shades of Zest #BC723D

Tints of Zest #BC723D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 51.79%
G = 31.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC723D (or 0xBC723D) is known color: Zest. HEX triplet: BC, 72 and 3D. RGB value is (188,114,61). Sum of RGB (Red+Green+Blue) = 188+114+61=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC723D is #438DC2. Grayscale: #828282. Windows color (decimal): -4427203 or 4027068. OLE color: 4027068.

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

Color convert

RGB 188 114 61 -
CMYK 0 0.39 0.68 0.26
HSL 25.04º 0.51% 0.49% -
HSV(B) 25.04º 0.68% 0.74% -
XYZ 27.6 23.06 7.41 -
YUV 130.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 188 114 61 0 0.39 0.68 0.26 25.04 0.51 0.49
Hex BC 72 3D 0 27 44 1A 19 33 31
Octal 274 162 75 0 47 104 32 31 63 61
Binary 10111100 1110010 111101 0 100111 1000100 11010 11001 110011 110001

Color Harmonies of #BC723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC723D

Black with #BC723D

Text Example


Text Example

White with #BC723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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