Html Css Color HEX #B3AD61 Gimblet

📋 copy color: '#B3AD61'

red 179 ◦ green 173 ◦ blue 97

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

Shades of Gimblet #B3AD61

Tints of Gimblet #B3AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

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

R = 39.87%
G = 38.53%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B3AD61 (or 0xB3AD61) is known color: Gimblet. HEX triplet: B3, AD and 61. RGB value is (179,173,97). Sum of RGB (Red+Green+Blue) = 179+173+97=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD61 is #4C529E. Grayscale: #A6A6A6. Windows color (decimal): -5001887 or 6401459. OLE color: 6401459.

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

Color convert

RGB 179 173 97 -
CMYK 0 0.03 0.46 0.30
HSL 55.61º 0.35% 0.54% -
HSV(B) 55.61º 0.46% 0.7% -
XYZ 35.69 40.33 17.21 -
YUV 166.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 179 173 97 0 0.03 0.46 0.30 55.61 0.35 0.54
Hex B3 AD 61 0 3 2E 1E 38 23 36
Octal 263 255 141 0 3 56 36 70 43 66
Binary 10110011 10101101 1100001 0 11 101110 11110 111000 100011 110110

Color Harmonies of #B3AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD61

Black with #B3AD61

Text Example


Text Example

White with #B3AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD61; }

 p { color: rgb(179,173,97); }

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

background-color css

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

 a { background-color: rgb(179,173,97); }

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

border-color css

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

 span { border-color: rgb(179,173,97); }

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