Html Css Color HEX #B3AB62 Gimblet

📋 copy color: '#B3AB62'

red 179 ◦ green 171 ◦ blue 98

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

Shades of Gimblet #B3AB62

Tints of Gimblet #B3AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 39.96%
G = 38.17%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B3AB62 (or 0xB3AB62) is known color: Gimblet. HEX triplet: B3, AB and 62. RGB value is (179,171,98). Sum of RGB (Red+Green+Blue) = 179+171+98=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB62 is #4C549D. Grayscale: #A5A5A5. Windows color (decimal): -5002398 or 6466483. OLE color: 6466483.

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

Color convert

RGB 179 171 98 -
CMYK 0 0.04 0.45 0.30
HSL 54.07º 0.35% 0.54% -
HSV(B) 54.07º 0.45% 0.7% -
XYZ 35.36 39.59 17.33 -
YUV 165.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 179 171 98 0 0.04 0.45 0.30 54.07 0.35 0.54
Hex B3 AB 62 0 4 2D 1E 36 23 36
Octal 263 253 142 0 4 55 36 66 43 66
Binary 10110011 10101011 1100010 0 100 101101 11110 110110 100011 110110

Color Harmonies of #B3AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB62

Black with #B3AB62

Text Example


Text Example

White with #B3AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB62; }

 p { color: rgb(179,171,98); }

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

background-color css

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

 a { background-color: rgb(179,171,98); }

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

border-color css

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

 span { border-color: rgb(179,171,98); }

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