Html Css Color HEX #B5A45A Gimblet

📋 copy color: '#B5A45A'

red 181 ◦ green 164 ◦ blue 90

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

Shades of Gimblet #B5A45A

Tints of Gimblet #B5A45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 41.61%
G = 37.7%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5A45A (or 0xB5A45A) is known color: Gimblet. HEX triplet: B5, A4 and 5A. RGB value is (181,164,90). Sum of RGB (Red+Green+Blue) = 181+164+90=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A45A is #4A5BA5. Grayscale: #A0A0A0. Windows color (decimal): -4873126 or 5940405. OLE color: 5940405.

HSL color Cylindrical-coordinate representation of color #B5A45A: hue angle of 48.79º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5A45A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 90 -
CMYK 0 0.09 0.50 0.29
HSL 48.79º 0.38% 0.53% -
HSV(B) 48.79º 0.5% 0.71% -
XYZ 34.18 37.11 15.04 -
YUV 160.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 181 164 90 0 0.09 0.50 0.29 48.79 0.38 0.53
Hex B5 A4 5A 0 9 32 1D 31 26 35
Octal 265 244 132 0 11 62 35 61 46 65
Binary 10110101 10100100 1011010 0 1001 110010 11101 110001 100110 110101

Color Harmonies of #B5A45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A45A

Black with #B5A45A

Text Example


Text Example

White with #B5A45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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