Html Css Color HEX #B6A466 Gimblet

📋 copy color: '#B6A466'

red 182 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #B6A466

Tints of Gimblet #B6A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 40.63%
G = 36.61%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B6A466 (or 0xB6A466) is known color: Gimblet. HEX triplet: B6, A4 and 66. RGB value is (182,164,102). Sum of RGB (Red+Green+Blue) = 182+164+102=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A466 is #495B99. Grayscale: #A2A2A2. Windows color (decimal): -4807578 or 6726838. OLE color: 6726838.

HSL color Cylindrical-coordinate representation of color #B6A466: hue angle of 46.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6A466 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 102 -
CMYK 0 0.10 0.44 0.29
HSL 46.5º 0.35% 0.56% -
HSV(B) 46.5º 0.44% 0.71% -
XYZ 34.97 37.46 17.96 -
YUV 162.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 182 164 102 0 0.10 0.44 0.29 46.5 0.35 0.56
Hex B6 A4 66 0 A 2C 1D 2E 23 38
Octal 266 244 146 0 12 54 35 56 43 70
Binary 10110110 10100100 1100110 0 1010 101100 11101 101110 100011 111000

Color Harmonies of #B6A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A466

Black with #B6A466

Text Example


Text Example

White with #B6A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A466; }

 p { color: rgb(182,164,102); }

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

background-color css

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

 a { background-color: rgb(182,164,102); }

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

border-color css

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

 span { border-color: rgb(182,164,102); }

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