Html Css Color HEX #BD713E Zest

📋 copy color: '#BD713E'

red 189 ◦ green 113 ◦ blue 62

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

Shades of Zest #BD713E

Tints of Zest #BD713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 51.92%
G = 31.04%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD713E (or 0xBD713E) is known color: Zest. HEX triplet: BD, 71 and 3E. RGB value is (189,113,62). Sum of RGB (Red+Green+Blue) = 189+113+62=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD713E is #428EC1. Grayscale: #828282. Windows color (decimal): -4361922 or 4092349. OLE color: 4092349.

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

Color convert

RGB 189 113 62 -
CMYK 0 0.40 0.67 0.26
HSL 24.09º 0.51% 0.49% -
HSV(B) 24.09º 0.67% 0.74% -
XYZ 27.76 22.98 7.53 -
YUV 129.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 189 113 62 0 0.40 0.67 0.26 24.09 0.51 0.49
Hex BD 71 3E 0 28 43 1A 18 33 31
Octal 275 161 76 0 50 103 32 30 63 61
Binary 10111101 1110001 111110 0 101000 1000011 11010 11000 110011 110001

Color Harmonies of #BD713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD713E

Black with #BD713E

Text Example


Text Example

White with #BD713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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