Html Css Color HEX #B6964C Husk

📋 copy color: '#B6964C'

red 182 ◦ green 150 ◦ blue 76

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

Shades of Husk #B6964C

Tints of Husk #B6964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 44.61%
G = 36.76%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6964C (or 0xB6964C) is known color: Husk. HEX triplet: B6, 96 and 4C. RGB value is (182,150,76). Sum of RGB (Red+Green+Blue) = 182+150+76=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6964C is #4969B3. Grayscale: #979797. Windows color (decimal): -4811188 or 5019318. OLE color: 5019318.

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

Color convert

RGB 182 150 76 -
CMYK 0 0.18 0.58 0.29
HSL 41.89º 0.42% 0.51% -
HSV(B) 41.89º 0.58% 0.71% -
XYZ 31.5 32.28 11.41 -
YUV 151.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 182 150 76 0 0.18 0.58 0.29 41.89 0.42 0.51
Hex B6 96 4C 0 12 3A 1D 2A 2A 33
Octal 266 226 114 0 22 72 35 52 52 63
Binary 10110110 10010110 1001100 0 10010 111010 11101 101010 101010 110011

Color Harmonies of #B6964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6964C

Black with #B6964C

Text Example


Text Example

White with #B6964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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