Html Css Color HEX #B5A45C Gimblet

📋 copy color: '#B5A45C'

red 181 ◦ green 164 ◦ blue 92

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

Shades of Gimblet #B5A45C

Tints of Gimblet #B5A45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 41.42%
G = 37.53%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5A45C (or 0xB5A45C) is known color: Gimblet. HEX triplet: B5, A4 and 5C. RGB value is (181,164,92). Sum of RGB (Red+Green+Blue) = 181+164+92=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A45C is #4A5BA3. Grayscale: #A1A1A1. Windows color (decimal): -4873124 or 6071477. OLE color: 6071477.

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

Color convert

RGB 181 164 92 -
CMYK 0 0.09 0.49 0.29
HSL 48.54º 0.38% 0.54% -
HSV(B) 48.54º 0.49% 0.71% -
XYZ 34.26 37.15 15.49 -
YUV 160.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 181 164 92 0 0.09 0.49 0.29 48.54 0.38 0.54
Hex B5 A4 5C 0 9 31 1D 31 26 36
Octal 265 244 134 0 11 61 35 61 46 66
Binary 10110101 10100100 1011100 0 1001 110001 11101 110001 100110 110110

Color Harmonies of #B5A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A45C

Black with #B5A45C

Text Example


Text Example

White with #B5A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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