Html Css Color HEX #BD6E3D Zest

📋 copy color: '#BD6E3D'

red 189 ◦ green 110 ◦ blue 61

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

Shades of Zest #BD6E3D

Tints of Zest #BD6E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

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

R = 52.5%
G = 30.56%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD6E3D (or 0xBD6E3D) is known color: Zest. HEX triplet: BD, 6E and 3D. RGB value is (189,110,61). Sum of RGB (Red+Green+Blue) = 189+110+61=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E3D is #4291C2. Grayscale: #808080. Windows color (decimal): -4362691 or 4026045. OLE color: 4026045.

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

Color convert

RGB 189 110 61 -
CMYK 0 0.42 0.68 0.26
HSL 22.97º 0.51% 0.49% -
HSV(B) 22.97º 0.68% 0.74% -
XYZ 27.4 22.31 7.28 -
YUV 128.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 189 110 61 0 0.42 0.68 0.26 22.97 0.51 0.49
Hex BD 6E 3D 0 2A 44 1A 17 33 31
Octal 275 156 75 0 52 104 32 27 63 61
Binary 10111101 1101110 111101 0 101010 1000100 11010 10111 110011 110001

Color Harmonies of #BD6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E3D

Black with #BD6E3D

Text Example


Text Example

White with #BD6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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