Html Css Color HEX #BD723D Zest

📋 copy color: '#BD723D'

red 189 ◦ green 114 ◦ blue 61

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

Shades of Zest #BD723D

Tints of Zest #BD723D

RGB

 RED value IS 189 (74.22% from 255) = 51.92%

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

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

R = 51.92%
G = 31.32%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD723D (or 0xBD723D) is known color: Zest. HEX triplet: BD, 72 and 3D. RGB value is (189,114,61). Sum of RGB (Red+Green+Blue) = 189+114+61=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD723D is #428DC2. Grayscale: #828282. Windows color (decimal): -4361667 or 4027069. OLE color: 4027069.

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

Color convert

RGB 189 114 61 -
CMYK 0 0.40 0.68 0.26
HSL 24.84º 0.51% 0.49% -
HSV(B) 24.84º 0.68% 0.74% -
XYZ 27.85 23.19 7.42 -
YUV 130.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 189 114 61 0 0.40 0.68 0.26 24.84 0.51 0.49
Hex BD 72 3D 0 28 44 1A 19 33 31
Octal 275 162 75 0 50 104 32 31 63 61
Binary 10111101 1110010 111101 0 101000 1000100 11010 11001 110011 110001

Color Harmonies of #BD723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD723D

Black with #BD723D

Text Example


Text Example

White with #BD723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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