Html Css Color HEX #B3A560 Gimblet

📋 copy color: '#B3A560'

red 179 ◦ green 165 ◦ blue 96

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

Shades of Gimblet #B3A560

Tints of Gimblet #B3A560

RGB

 RED value IS 179 (70.31% from 255) = 40.68%

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

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

R = 40.68%
G = 37.5%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B3A560 (or 0xB3A560) is known color: Gimblet. HEX triplet: B3, A5 and 60. RGB value is (179,165,96). Sum of RGB (Red+Green+Blue) = 179+165+96=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A560 is #4C5A9F. Grayscale: #A1A1A1. Windows color (decimal): -5003936 or 6333875. OLE color: 6333875.

HSL color Cylindrical-coordinate representation of color #B3A560: hue angle of 49.88º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3A560 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 165 96 -
CMYK 0 0.08 0.46 0.30
HSL 49.88º 0.35% 0.54% -
HSV(B) 49.88º 0.46% 0.7% -
XYZ 34.16 37.34 16.47 -
YUV 161.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 179 165 96 0 0.08 0.46 0.30 49.88 0.35 0.54
Hex B3 A5 60 0 8 2E 1E 32 23 36
Octal 263 245 140 0 10 56 36 62 43 66
Binary 10110011 10100101 1100000 0 1000 101110 11110 110010 100011 110110

Color Harmonies of #B3A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A560

Black with #B3A560

Text Example


Text Example

White with #B3A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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