Html Css Color HEX #BD6F3E Zest

📋 copy color: '#BD6F3E'

red 189 ◦ green 111 ◦ blue 62

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

Shades of Zest #BD6F3E

Tints of Zest #BD6F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 52.21%
G = 30.66%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD6F3E (or 0xBD6F3E) is known color: Zest. HEX triplet: BD, 6F and 3E. RGB value is (189,111,62). Sum of RGB (Red+Green+Blue) = 189+111+62=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F3E is #4290C1. Grayscale: #818181. Windows color (decimal): -4362434 or 4091837. OLE color: 4091837.

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

Color convert

RGB 189 111 62 -
CMYK 0 0.41 0.67 0.26
HSL 23.15º 0.51% 0.49% -
HSV(B) 23.15º 0.67% 0.74% -
XYZ 27.54 22.54 7.46 -
YUV 128.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 189 111 62 0 0.41 0.67 0.26 23.15 0.51 0.49
Hex BD 6F 3E 0 29 43 1A 17 33 31
Octal 275 157 76 0 51 103 32 27 63 61
Binary 10111101 1101111 111110 0 101001 1000011 11010 10111 110011 110001

Color Harmonies of #BD6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F3E

Black with #BD6F3E

Text Example


Text Example

White with #BD6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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