Html Css Color HEX #B6A465 Gimblet

📋 copy color: '#B6A465'

red 182 ◦ green 164 ◦ blue 101

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

Shades of Gimblet #B6A465

Tints of Gimblet #B6A465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 40.72%
G = 36.69%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B6A465 (or 0xB6A465) is known color: Gimblet. HEX triplet: B6, A4 and 65. RGB value is (182,164,101). Sum of RGB (Red+Green+Blue) = 182+164+101=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A465 is #495B9A. Grayscale: #A2A2A2. Windows color (decimal): -4807579 or 6661302. OLE color: 6661302.

HSL color Cylindrical-coordinate representation of color #B6A465: hue angle of 46.67º 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 #B6A465 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 101 -
CMYK 0 0.10 0.45 0.29
HSL 46.67º 0.36% 0.55% -
HSV(B) 46.67º 0.45% 0.71% -
XYZ 34.92 37.44 17.7 -
YUV 162.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 182 164 101 0 0.10 0.45 0.29 46.67 0.36 0.55
Hex B6 A4 65 0 A 2D 1D 2F 24 37
Octal 266 244 145 0 12 55 35 57 44 67
Binary 10110110 10100100 1100101 0 1010 101101 11101 101111 100100 110111

Color Harmonies of #B6A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A465

Black with #B6A465

Text Example


Text Example

White with #B6A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A465; }

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

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

background-color css

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

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

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

border-color css

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

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

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