Html Css Color HEX #B4A05C Gimblet

📋 copy color: '#B4A05C'

red 180 ◦ green 160 ◦ blue 92

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

Shades of Gimblet #B4A05C

Tints of Gimblet #B4A05C

RGB

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

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

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

R = 41.67%
G = 37.04%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4A05C (or 0xB4A05C) is known color: Gimblet. HEX triplet: B4, A0 and 5C. RGB value is (180,160,92). Sum of RGB (Red+Green+Blue) = 180+160+92=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A05C is #4B5FA3. Grayscale: #9E9E9E. Windows color (decimal): -4939684 or 6070452. OLE color: 6070452.

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

Color convert

RGB 180 160 92 -
CMYK 0 0.11 0.49 0.29
HSL 46.36º 0.37% 0.53% -
HSV(B) 46.36º 0.49% 0.71% -
XYZ 33.32 35.62 15.24 -
YUV 158.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 180 160 92 0 0.11 0.49 0.29 46.36 0.37 0.53
Hex B4 A0 5C 0 B 31 1D 2E 25 35
Octal 264 240 134 0 13 61 35 56 45 65
Binary 10110100 10100000 1011100 0 1011 110001 11101 101110 100101 110101

Color Harmonies of #B4A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A05C

Black with #B4A05C

Text Example


Text Example

White with #B4A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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