Html Css Color HEX #B6B164 Gimblet

📋 copy color: '#B6B164'

red 182 ◦ green 177 ◦ blue 100

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

Shades of Gimblet #B6B164

Tints of Gimblet #B6B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 39.65%
G = 38.56%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B6B164 (or 0xB6B164) is known color: Gimblet. HEX triplet: B6, B1 and 64. RGB value is (182,177,100). Sum of RGB (Red+Green+Blue) = 182+177+100=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B164 is #494E9B. Grayscale: #AAAAAA. Windows color (decimal): -4804252 or 6599094. OLE color: 6599094.

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

Color convert

RGB 182 177 100 -
CMYK 0 0.03 0.45 0.29
HSL 56.34º 0.36% 0.55% -
HSV(B) 56.34º 0.45% 0.71% -
XYZ 37.31 42.31 18.26 -
YUV 169.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 182 177 100 0 0.03 0.45 0.29 56.34 0.36 0.55
Hex B6 B1 64 0 3 2D 1D 38 24 37
Octal 266 261 144 0 3 55 35 70 44 67
Binary 10110110 10110001 1100100 0 11 101101 11101 111000 100100 110111

Color Harmonies of #B6B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B164

Black with #B6B164

Text Example


Text Example

White with #B6B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B164; }

 p { color: rgb(182,177,100); }

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

background-color css

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

 a { background-color: rgb(182,177,100); }

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

border-color css

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

 span { border-color: rgb(182,177,100); }

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