Html Css Color HEX #B4AC61 Gimblet

📋 copy color: '#B4AC61'

red 180 ◦ green 172 ◦ blue 97

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

Shades of Gimblet #B4AC61

Tints of Gimblet #B4AC61

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 40.09%
G = 38.31%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B4AC61 (or 0xB4AC61) is known color: Gimblet. HEX triplet: B4, AC and 61. RGB value is (180,172,97). Sum of RGB (Red+Green+Blue) = 180+172+97=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC61 is #4B539E. Grayscale: #A6A6A6. Windows color (decimal): -4936607 or 6401204. OLE color: 6401204.

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

Color convert

RGB 180 172 97 -
CMYK 0 0.04 0.46 0.29
HSL 54.22º 0.36% 0.54% -
HSV(B) 54.22º 0.46% 0.71% -
XYZ 35.73 40.07 17.16 -
YUV 165.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 180 172 97 0 0.04 0.46 0.29 54.22 0.36 0.54
Hex B4 AC 61 0 4 2E 1D 36 24 36
Octal 264 254 141 0 4 56 35 66 44 66
Binary 10110100 10101100 1100001 0 100 101110 11101 110110 100100 110110

Color Harmonies of #B4AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AC61

Black with #B4AC61

Text Example


Text Example

White with #B4AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AC61; }

 p { color: rgb(180,172,97); }

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

background-color css

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

 a { background-color: rgb(180,172,97); }

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

border-color css

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

 span { border-color: rgb(180,172,97); }

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