Html Css Color HEX #B5AA63 Gimblet

📋 copy color: '#B5AA63'

red 181 ◦ green 170 ◦ blue 99

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

Shades of Gimblet #B5AA63

Tints of Gimblet #B5AA63

RGB

 RED value IS 181 (71.09% from 255) = 40.22%

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

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

R = 40.22%
G = 37.78%
B = 22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B5AA63 (or 0xB5AA63) is known color: Gimblet. HEX triplet: B5, AA and 63. RGB value is (181,170,99). Sum of RGB (Red+Green+Blue) = 181+170+99=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA63 is #4A559C. Grayscale: #A5A5A5. Windows color (decimal): -4871581 or 6531765. OLE color: 6531765.

HSL color Cylindrical-coordinate representation of color #B5AA63: hue angle of 51.95º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5AA63 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 99 -
CMYK 0 0.06 0.45 0.29
HSL 51.95º 0.36% 0.55% -
HSV(B) 51.95º 0.45% 0.71% -
XYZ 35.68 39.47 17.54 -
YUV 165.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 181 170 99 0 0.06 0.45 0.29 51.95 0.36 0.55
Hex B5 AA 63 0 6 2D 1D 34 24 37
Octal 265 252 143 0 6 55 35 64 44 67
Binary 10110101 10101010 1100011 0 110 101101 11101 110100 100100 110111

Color Harmonies of #B5AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA63

Black with #B5AA63

Text Example


Text Example

White with #B5AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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