Html Css Color HEX #B6A560 Gimblet

📋 copy color: '#B6A560'

red 182 ◦ green 165 ◦ blue 96

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

Shades of Gimblet #B6A560

Tints of Gimblet #B6A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 41.08%
G = 37.25%
B = 21.67%

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

#B6A560 (or 0xB6A560) is known color: Gimblet. HEX triplet: B6, A5 and 60. RGB value is (182,165,96). Sum of RGB (Red+Green+Blue) = 182+165+96=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A560 is #495A9F. Grayscale: #A2A2A2. Windows color (decimal): -4807328 or 6333878. OLE color: 6333878.

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

Color convert

RGB 182 165 96 -
CMYK 0 0.09 0.47 0.29
HSL 48.14º 0.37% 0.55% -
HSV(B) 48.14º 0.47% 0.71% -
XYZ 34.86 37.7 16.51 -
YUV 162.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 182 165 96 0 0.09 0.47 0.29 48.14 0.37 0.55
Hex B6 A5 60 0 9 2F 1D 30 25 37
Octal 266 245 140 0 11 57 35 60 45 67
Binary 10110110 10100101 1100000 0 1001 101111 11101 110000 100101 110111

Color Harmonies of #B6A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A560

Black with #B6A560

Text Example


Text Example

White with #B6A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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