Html Css Color HEX #B3AA63 Gimblet

📋 copy color: '#B3AA63'

red 179 ◦ green 170 ◦ blue 99

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

Shades of Gimblet #B3AA63

Tints of Gimblet #B3AA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 39.96%
G = 37.95%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B3AA63 (or 0xB3AA63) is known color: Gimblet. HEX triplet: B3, AA and 63. RGB value is (179,170,99). Sum of RGB (Red+Green+Blue) = 179+170+99=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA63 is #4C559C. Grayscale: #A4A4A4. Windows color (decimal): -5002653 or 6531763. OLE color: 6531763.

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

Color convert

RGB 179 170 99 -
CMYK 0 0.05 0.45 0.30
HSL 53.25º 0.34% 0.55% -
HSV(B) 53.25º 0.45% 0.7% -
XYZ 35.22 39.23 17.52 -
YUV 164.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 179 170 99 0 0.05 0.45 0.30 53.25 0.34 0.55
Hex B3 AA 63 0 5 2D 1E 35 22 37
Octal 263 252 143 0 5 55 36 65 42 67
Binary 10110011 10101010 1100011 0 101 101101 11110 110101 100010 110111

Color Harmonies of #B3AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA63

Black with #B3AA63

Text Example


Text Example

White with #B3AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA63; }

 p { color: rgb(179,170,99); }

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

background-color css

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

 a { background-color: rgb(179,170,99); }

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

border-color css

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

 span { border-color: rgb(179,170,99); }

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