Html Css Color HEX #B5A45D Gimblet

📋 copy color: '#B5A45D'

red 181 ◦ green 164 ◦ blue 93

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

Shades of Gimblet #B5A45D

Tints of Gimblet #B5A45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 41.32%
G = 37.44%
B = 21.23%

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

#B5A45D (or 0xB5A45D) is known color: Gimblet. HEX triplet: B5, A4 and 5D. RGB value is (181,164,93). Sum of RGB (Red+Green+Blue) = 181+164+93=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A45D is #4A5BA2. Grayscale: #A1A1A1. Windows color (decimal): -4873123 or 6137013. OLE color: 6137013.

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

Color convert

RGB 181 164 93 -
CMYK 0 0.09 0.49 0.29
HSL 48.41º 0.37% 0.54% -
HSV(B) 48.41º 0.49% 0.71% -
XYZ 34.31 37.16 15.72 -
YUV 160.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 181 164 93 0 0.09 0.49 0.29 48.41 0.37 0.54
Hex B5 A4 5D 0 9 31 1D 30 25 36
Octal 265 244 135 0 11 61 35 60 45 66
Binary 10110101 10100100 1011101 0 1001 110001 11101 110000 100101 110110

Color Harmonies of #B5A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A45D

Black with #B5A45D

Text Example


Text Example

White with #B5A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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