Html Css Color HEX #BD713C Zest

📋 copy color: '#BD713C'

red 189 ◦ green 113 ◦ blue 60

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

Shades of Zest #BD713C

Tints of Zest #BD713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 52.21%
G = 31.22%
B = 16.57%

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

#BD713C (or 0xBD713C) is known color: Zest. HEX triplet: BD, 71 and 3C. RGB value is (189,113,60). Sum of RGB (Red+Green+Blue) = 189+113+60=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD713C is #428EC3. Grayscale: #818181. Windows color (decimal): -4361924 or 3961277. OLE color: 3961277.

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

Color convert

RGB 189 113 60 -
CMYK 0 0.40 0.68 0.26
HSL 24.65º 0.52% 0.49% -
HSV(B) 24.65º 0.68% 0.74% -
XYZ 27.71 22.96 7.25 -
YUV 129.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 189 113 60 0 0.40 0.68 0.26 24.65 0.52 0.49
Hex BD 71 3C 0 28 44 1A 19 34 31
Octal 275 161 74 0 50 104 32 31 64 61
Binary 10111101 1110001 111100 0 101000 1000100 11010 11001 110100 110001

Color Harmonies of #BD713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD713C

Black with #BD713C

Text Example


Text Example

White with #BD713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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