Html Css Color HEX #B6A66E Gimblet

📋 copy color: '#B6A66E'

red 182 ◦ green 166 ◦ blue 110

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

Shades of Gimblet #B6A66E

Tints of Gimblet #B6A66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 39.74%
G = 36.24%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6A66E (or 0xB6A66E) is known color: Gimblet. HEX triplet: B6, A6 and 6E. RGB value is (182,166,110). Sum of RGB (Red+Green+Blue) = 182+166+110=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A66E is #495991. Grayscale: #A4A4A4. Windows color (decimal): -4807058 or 7251638. OLE color: 7251638.

HSL color Cylindrical-coordinate representation of color #B6A66E: hue angle of 46.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A66E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 110 -
CMYK 0 0.09 0.40 0.29
HSL 46.67º 0.33% 0.57% -
HSV(B) 46.67º 0.4% 0.71% -
XYZ 35.74 38.34 20.27 -
YUV 164.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 182 166 110 0 0.09 0.40 0.29 46.67 0.33 0.57
Hex B6 A6 6E 0 9 28 1D 2F 21 39
Octal 266 246 156 0 11 50 35 57 41 71
Binary 10110110 10100110 1101110 0 1001 101000 11101 101111 100001 111001

Color Harmonies of #B6A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A66E

Black with #B6A66E

Text Example


Text Example

White with #B6A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A66E; }

 p { color: rgb(182,166,110); }

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

background-color css

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

 a { background-color: rgb(182,166,110); }

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

border-color css

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

 span { border-color: rgb(182,166,110); }

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