Html Css Color HEX #B6A461 Gimblet

📋 copy color: '#B6A461'

red 182 ◦ green 164 ◦ blue 97

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

Shades of Gimblet #B6A461

Tints of Gimblet #B6A461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 41.08%
G = 37.02%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B6A461 (or 0xB6A461) is known color: Gimblet. HEX triplet: B6, A4 and 61. RGB value is (182,164,97). Sum of RGB (Red+Green+Blue) = 182+164+97=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A461 is #495B9E. Grayscale: #A2A2A2. Windows color (decimal): -4807583 or 6399158. OLE color: 6399158.

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

Color convert

RGB 182 164 97 -
CMYK 0 0.10 0.47 0.29
HSL 47.29º 0.37% 0.55% -
HSV(B) 47.29º 0.47% 0.71% -
XYZ 34.72 37.36 16.69 -
YUV 161.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 182 164 97 0 0.10 0.47 0.29 47.29 0.37 0.55
Hex B6 A4 61 0 A 2F 1D 2F 25 37
Octal 266 244 141 0 12 57 35 57 45 67
Binary 10110110 10100100 1100001 0 1010 101111 11101 101111 100101 110111

Color Harmonies of #B6A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A461

Black with #B6A461

Text Example


Text Example

White with #B6A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A461; }

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

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

background-color css

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

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

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

border-color css

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

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

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