Html Css Color HEX #B6964E Husk

📋 copy color: '#B6964E'

red 182 ◦ green 150 ◦ blue 78

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

Shades of Husk #B6964E

Tints of Husk #B6964E

RGB

 RED value IS 182 (71.48% from 255) = 44.39%

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 78 (30.86% from 255) = 19.02%

R = 44.39%
G = 36.59%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6964E (or 0xB6964E) is known color: Husk. HEX triplet: B6, 96 and 4E. RGB value is (182,150,78). Sum of RGB (Red+Green+Blue) = 182+150+78=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6964E is #4969B1. Grayscale: #979797. Windows color (decimal): -4811186 or 5150390. OLE color: 5150390.

HSL color Cylindrical-coordinate representation of color #B6964E: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6964E is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 150 78 -
CMYK 0 0.18 0.57 0.29
HSL 41.54º 0.42% 0.51% -
HSV(B) 41.54º 0.57% 0.71% -
XYZ 31.57 32.31 11.78 -
YUV 151.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 182 150 78 0 0.18 0.57 0.29 41.54 0.42 0.51
Hex B6 96 4E 0 12 39 1D 2A 2A 33
Octal 266 226 116 0 22 71 35 52 52 63
Binary 10110110 10010110 1001110 0 10010 111001 11101 101010 101010 110011

Color Harmonies of #B6964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6964E

Black with #B6964E

Text Example


Text Example

White with #B6964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6964E; }

 p { color: rgb(182,150,78); }

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

background-color css

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

 a { background-color: rgb(182,150,78); }

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

border-color css

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

 span { border-color: rgb(182,150,78); }

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