Html Css Color HEX #B4A05D Gimblet

📋 copy color: '#B4A05D'

red 180 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #B4A05D

Tints of Gimblet #B4A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

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

R = 41.57%
G = 36.95%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4A05D (or 0xB4A05D) is known color: Gimblet. HEX triplet: B4, A0 and 5D. RGB value is (180,160,93). Sum of RGB (Red+Green+Blue) = 180+160+93=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A05D is #4B5FA2. Grayscale: #9E9E9E. Windows color (decimal): -4939683 or 6135988. OLE color: 6135988.

HSL color Cylindrical-coordinate representation of color #B4A05D: hue angle of 46.21º 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 #B4A05D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 93 -
CMYK 0 0.11 0.48 0.29
HSL 46.21º 0.37% 0.54% -
HSV(B) 46.21º 0.48% 0.71% -
XYZ 33.37 35.64 15.48 -
YUV 158.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 180 160 93 0 0.11 0.48 0.29 46.21 0.37 0.54
Hex B4 A0 5D 0 B 30 1D 2E 25 36
Octal 264 240 135 0 13 60 35 56 45 66
Binary 10110100 10100000 1011101 0 1011 110000 11101 101110 100101 110110

Color Harmonies of #B4A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A05D

Black with #B4A05D

Text Example


Text Example

White with #B4A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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