Html Css Color HEX #BA723D Zest

📋 copy color: '#BA723D'

red 186 ◦ green 114 ◦ blue 61

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

Shades of Zest #BA723D

Tints of Zest #BA723D

RGB

 RED value IS 186 (73.05% from 255) = 51.52%

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

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

R = 51.52%
G = 31.58%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA723D (or 0xBA723D) is known color: Zest. HEX triplet: BA, 72 and 3D. RGB value is (186,114,61). Sum of RGB (Red+Green+Blue) = 186+114+61=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723D is #458DC2. Grayscale: #818181. Windows color (decimal): -4558275 or 4027066. OLE color: 4027066.

HSL color Cylindrical-coordinate representation of color #BA723D: hue angle of 25.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA723D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 61 -
CMYK 0 0.39 0.67 0.27
HSL 25.44º 0.51% 0.48% -
HSV(B) 25.44º 0.67% 0.73% -
XYZ 27.11 22.81 7.39 -
YUV 129.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 186 114 61 0 0.39 0.67 0.27 25.44 0.51 0.48
Hex BA 72 3D 0 27 43 1B 19 33 30
Octal 272 162 75 0 47 103 33 31 63 60
Binary 10111010 1110010 111101 0 100111 1000011 11011 11001 110011 110000

Color Harmonies of #BA723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA723D

Black with #BA723D

Text Example


Text Example

White with #BA723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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