Html Css Color HEX #B4A45D Gimblet

📋 copy color: '#B4A45D'

red 180 ◦ green 164 ◦ blue 93

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

Shades of Gimblet #B4A45D

Tints of Gimblet #B4A45D

RGB

 RED value IS 180 (70.7% from 255) = 41.19%

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

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

R = 41.19%
G = 37.53%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4A45D (or 0xB4A45D) is known color: Gimblet. HEX triplet: B4, A4 and 5D. RGB value is (180,164,93). Sum of RGB (Red+Green+Blue) = 180+164+93=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A45D is #4B5BA2. Grayscale: #A0A0A0. Windows color (decimal): -4938659 or 6137012. OLE color: 6137012.

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

Color convert

RGB 180 164 93 -
CMYK 0 0.09 0.48 0.29
HSL 48.97º 0.37% 0.54% -
HSV(B) 48.97º 0.48% 0.71% -
XYZ 34.07 37.04 15.71 -
YUV 160.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 180 164 93 0 0.09 0.48 0.29 48.97 0.37 0.54
Hex B4 A4 5D 0 9 30 1D 31 25 36
Octal 264 244 135 0 11 60 35 61 45 66
Binary 10110100 10100100 1011101 0 1001 110000 11101 110001 100101 110110

Color Harmonies of #B4A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A45D

Black with #B4A45D

Text Example


Text Example

White with #B4A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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