Html Css Color HEX #B5A464 Gimblet

📋 copy color: '#B5A464'

red 181 ◦ green 164 ◦ blue 100

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

Shades of Gimblet #B5A464

Tints of Gimblet #B5A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 40.67%
G = 36.85%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B5A464 (or 0xB5A464) is known color: Gimblet. HEX triplet: B5, A4 and 64. RGB value is (181,164,100). Sum of RGB (Red+Green+Blue) = 181+164+100=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A464 is #4A5B9B. Grayscale: #A2A2A2. Windows color (decimal): -4873116 or 6595765. OLE color: 6595765.

HSL color Cylindrical-coordinate representation of color #B5A464: hue angle of 47.41º degrees, saturation: 0.35, 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 #B5A464 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 100 -
CMYK 0 0.09 0.45 0.29
HSL 47.41º 0.35% 0.55% -
HSV(B) 47.41º 0.45% 0.71% -
XYZ 34.63 37.29 17.43 -
YUV 161.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 181 164 100 0 0.09 0.45 0.29 47.41 0.35 0.55
Hex B5 A4 64 0 9 2D 1D 2F 23 37
Octal 265 244 144 0 11 55 35 57 43 67
Binary 10110101 10100100 1100100 0 1001 101101 11101 101111 100011 110111

Color Harmonies of #B5A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A464

Black with #B5A464

Text Example


Text Example

White with #B5A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A464; }

 p { color: rgb(181,164,100); }

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

background-color css

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

 a { background-color: rgb(181,164,100); }

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

border-color css

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

 span { border-color: rgb(181,164,100); }

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