Html Css Color HEX #BD713A Zest

📋 copy color: '#BD713A'

red 189 ◦ green 113 ◦ blue 58

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

Shades of Zest #BD713A

Tints of Zest #BD713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 52.5%
G = 31.39%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD713A (or 0xBD713A) is known color: Zest. HEX triplet: BD, 71 and 3A. RGB value is (189,113,58). Sum of RGB (Red+Green+Blue) = 189+113+58=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD713A is #428EC5. Grayscale: #818181. Windows color (decimal): -4361926 or 3830205. OLE color: 3830205.

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

Color convert

RGB 189 113 58 -
CMYK 0 0.40 0.69 0.26
HSL 25.19º 0.53% 0.48% -
HSV(B) 25.19º 0.69% 0.74% -
XYZ 27.66 22.93 6.97 -
YUV 129.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 189 113 58 0 0.40 0.69 0.26 25.19 0.53 0.48
Hex BD 71 3A 0 28 45 1A 19 35 30
Octal 275 161 72 0 50 105 32 31 65 60
Binary 10111101 1110001 111010 0 101000 1000101 11010 11001 110101 110000

Color Harmonies of #BD713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD713A

Black with #BD713A

Text Example


Text Example

White with #BD713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD713A; }

 p { color: rgb(189,113,58); }

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

background-color css

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

 a { background-color: rgb(189,113,58); }

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

border-color css

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

 span { border-color: rgb(189,113,58); }

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