Html Css Color HEX #BD6C3F Zest

📋 copy color: '#BD6C3F'

red 189 ◦ green 108 ◦ blue 63

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

Shades of Zest #BD6C3F

Tints of Zest #BD6C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 52.5%
G = 30%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD6C3F (or 0xBD6C3F) is known color: Zest. HEX triplet: BD, 6C and 3F. RGB value is (189,108,63). Sum of RGB (Red+Green+Blue) = 189+108+63=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C3F is #4293C0. Grayscale: #7F7F7F. Windows color (decimal): -4363201 or 4156605. OLE color: 4156605.

HSL color Cylindrical-coordinate representation of color #BD6C3F: hue angle of 21.43º degrees, saturation: 0.5, 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 #BD6C3F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 108 63 -
CMYK 0 0.43 0.67 0.26
HSL 21.43º 0.5% 0.49% -
HSV(B) 21.43º 0.67% 0.74% -
XYZ 27.25 21.9 7.49 -
YUV 127.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 189 108 63 0 0.43 0.67 0.26 21.43 0.5 0.49
Hex BD 6C 3F 0 2B 43 1A 15 32 31
Octal 275 154 77 0 53 103 32 25 62 61
Binary 10111101 1101100 111111 0 101011 1000011 11010 10101 110010 110001

Color Harmonies of #BD6C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C3F

Black with #BD6C3F

Text Example


Text Example

White with #BD6C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C3F; }

 p { color: rgb(189,108,63); }

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

background-color css

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

 a { background-color: rgb(189,108,63); }

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

border-color css

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

 span { border-color: rgb(189,108,63); }

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