Html Css Color HEX #B3AB70 Gimblet

📋 copy color: '#B3AB70'

red 179 ◦ green 171 ◦ blue 112

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

Shades of Gimblet #B3AB70

Tints of Gimblet #B3AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 38.74%
G = 37.01%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3AB70 (or 0xB3AB70) is known color: Gimblet. HEX triplet: B3, AB and 70. RGB value is (179,171,112). Sum of RGB (Red+Green+Blue) = 179+171+112=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB70 is #4C548F. Grayscale: #A6A6A6. Windows color (decimal): -5002384 or 7383987. OLE color: 7383987.

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

Color convert

RGB 179 171 112 -
CMYK 0 0.04 0.37 0.30
HSL 52.84º 0.31% 0.57% -
HSV(B) 52.84º 0.37% 0.7% -
XYZ 36.08 39.88 21.13 -
YUV 166.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 179 171 112 0 0.04 0.37 0.30 52.84 0.31 0.57
Hex B3 AB 70 0 4 25 1E 35 1F 39
Octal 263 253 160 0 4 45 36 65 37 71
Binary 10110011 10101011 1110000 0 100 100101 11110 110101 11111 111001

Color Harmonies of #B3AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB70

Black with #B3AB70

Text Example


Text Example

White with #B3AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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