Html Css Color HEX #B6A660 Gimblet

📋 copy color: '#B6A660'

red 182 ◦ green 166 ◦ blue 96

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

Shades of Gimblet #B6A660

Tints of Gimblet #B6A660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 40.99%
G = 37.39%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B6A660 (or 0xB6A660) is known color: Gimblet. HEX triplet: B6, A6 and 60. RGB value is (182,166,96). Sum of RGB (Red+Green+Blue) = 182+166+96=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A660 is #49599F. Grayscale: #A3A3A3. Windows color (decimal): -4807072 or 6334134. OLE color: 6334134.

HSL color Cylindrical-coordinate representation of color #B6A660: hue angle of 48.84º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6A660 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 96 -
CMYK 0 0.09 0.47 0.29
HSL 48.84º 0.37% 0.55% -
HSV(B) 48.84º 0.47% 0.71% -
XYZ 35.04 38.06 16.57 -
YUV 162.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 182 166 96 0 0.09 0.47 0.29 48.84 0.37 0.55
Hex B6 A6 60 0 9 2F 1D 31 25 37
Octal 266 246 140 0 11 57 35 61 45 67
Binary 10110110 10100110 1100000 0 1001 101111 11101 110001 100101 110111

Color Harmonies of #B6A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A660

Black with #B6A660

Text Example


Text Example

White with #B6A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A660; }

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

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

background-color css

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

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

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

border-color css

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

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

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