Html Css Color HEX #B6A360 Gimblet

📋 copy color: '#B6A360'

red 182 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #B6A360

Tints of Gimblet #B6A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 41.27%
G = 36.96%
B = 21.77%

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

#B6A360 (or 0xB6A360) is known color: Gimblet. HEX triplet: B6, A3 and 60. RGB value is (182,163,96). Sum of RGB (Red+Green+Blue) = 182+163+96=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A360 is #495C9F. Grayscale: #A1A1A1. Windows color (decimal): -4807840 or 6333366. OLE color: 6333366.

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

Color convert

RGB 182 163 96 -
CMYK 0 0.10 0.47 0.29
HSL 46.74º 0.37% 0.55% -
HSV(B) 46.74º 0.47% 0.71% -
XYZ 34.5 36.98 16.39 -
YUV 161.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 182 163 96 0 0.10 0.47 0.29 46.74 0.37 0.55
Hex B6 A3 60 0 A 2F 1D 2F 25 37
Octal 266 243 140 0 12 57 35 57 45 67
Binary 10110110 10100011 1100000 0 1010 101111 11101 101111 100101 110111

Color Harmonies of #B6A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A360

Black with #B6A360

Text Example


Text Example

White with #B6A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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