Html Css Color HEX #B9AC55 Gimblet

📋 copy color: '#B9AC55'

red 185 ◦ green 172 ◦ blue 85

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

Shades of Gimblet #B9AC55

Tints of Gimblet #B9AC55

RGB

 RED value IS 185 (72.66% from 255) = 41.86%

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

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 41.86%
G = 38.91%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9AC55 (or 0xB9AC55) is known color: Gimblet. HEX triplet: B9, AC and 55. RGB value is (185,172,85). Sum of RGB (Red+Green+Blue) = 185+172+85=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC55 is #4653AA. Grayscale: #A6A6A6. Windows color (decimal): -4608939 or 5614777. OLE color: 5614777.

HSL color Cylindrical-coordinate representation of color #B9AC55: hue angle of 52.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9AC55 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 85 -
CMYK 0 0.07 0.54 0.27
HSL 52.2º 0.42% 0.53% -
HSV(B) 52.2º 0.54% 0.73% -
XYZ 36.4 40.48 14.49 -
YUV 165.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 185 172 85 0 0.07 0.54 0.27 52.2 0.42 0.53
Hex B9 AC 55 0 7 36 1B 34 2A 35
Octal 271 254 125 0 7 66 33 64 52 65
Binary 10111001 10101100 1010101 0 111 110110 11011 110100 101010 110101

Color Harmonies of #B9AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC55

Black with #B9AC55

Text Example


Text Example

White with #B9AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC55; }

 p { color: rgb(185,172,85); }

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

background-color css

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

 a { background-color: rgb(185,172,85); }

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

border-color css

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

 span { border-color: rgb(185,172,85); }

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