Html Css Color HEX #BD6D3A Zest

📋 copy color: '#BD6D3A'

red 189 ◦ green 109 ◦ blue 58

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

Shades of Zest #BD6D3A

Tints of Zest #BD6D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 53.09%
G = 30.62%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD6D3A (or 0xBD6D3A) is known color: Zest. HEX triplet: BD, 6D and 3A. RGB value is (189,109,58). Sum of RGB (Red+Green+Blue) = 189+109+58=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D3A is #4292C5. Grayscale: #7F7F7F. Windows color (decimal): -4362950 or 3829181. OLE color: 3829181.

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

Color convert

RGB 189 109 58 -
CMYK 0 0.42 0.69 0.26
HSL 23.36º 0.53% 0.48% -
HSV(B) 23.36º 0.69% 0.74% -
XYZ 27.22 22.06 6.83 -
YUV 127.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 189 109 58 0 0.42 0.69 0.26 23.36 0.53 0.48
Hex BD 6D 3A 0 2A 45 1A 17 35 30
Octal 275 155 72 0 52 105 32 27 65 60
Binary 10111101 1101101 111010 0 101010 1000101 11010 10111 110101 110000

Color Harmonies of #BD6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D3A

Black with #BD6D3A

Text Example


Text Example

White with #BD6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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