Html Css Color HEX #B3A360 Gimblet

📋 copy color: '#B3A360'

red 179 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #B3A360

Tints of Gimblet #B3A360

RGB

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

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

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

R = 40.87%
G = 37.21%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B3A360 (or 0xB3A360) is known color: Gimblet. HEX triplet: B3, A3 and 60. RGB value is (179,163,96). Sum of RGB (Red+Green+Blue) = 179+163+96=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A360 is #4C5C9F. Grayscale: #A0A0A0. Windows color (decimal): -5004448 or 6333363. OLE color: 6333363.

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

Color convert

RGB 179 163 96 -
CMYK 0 0.09 0.46 0.30
HSL 48.43º 0.35% 0.54% -
HSV(B) 48.43º 0.46% 0.7% -
XYZ 33.8 36.62 16.35 -
YUV 160.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 179 163 96 0 0.09 0.46 0.30 48.43 0.35 0.54
Hex B3 A3 60 0 9 2E 1E 30 23 36
Octal 263 243 140 0 11 56 36 60 43 66
Binary 10110011 10100011 1100000 0 1001 101110 11110 110000 100011 110110

Color Harmonies of #B3A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A360

Black with #B3A360

Text Example


Text Example

White with #B3A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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