Html Css Color HEX #B9AC5C Gimblet

📋 copy color: '#B9AC5C'

red 185 ◦ green 172 ◦ blue 92

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

Shades of Gimblet #B9AC5C

Tints of Gimblet #B9AC5C

RGB

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

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

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

R = 41.2%
G = 38.31%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9AC5C (or 0xB9AC5C) is known color: Gimblet. HEX triplet: B9, AC and 5C. RGB value is (185,172,92). Sum of RGB (Red+Green+Blue) = 185+172+92=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC5C is #4653A3. Grayscale: #A7A7A7. Windows color (decimal): -4608932 or 6073529. OLE color: 6073529.

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

Color convert

RGB 185 172 92 -
CMYK 0 0.07 0.50 0.27
HSL 51.61º 0.4% 0.54% -
HSV(B) 51.61º 0.5% 0.73% -
XYZ 36.69 40.59 16.03 -
YUV 166.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 185 172 92 0 0.07 0.50 0.27 51.61 0.4 0.54
Hex B9 AC 5C 0 7 32 1B 34 28 36
Octal 271 254 134 0 7 62 33 64 50 66
Binary 10111001 10101100 1011100 0 111 110010 11011 110100 101000 110110

Color Harmonies of #B9AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC5C

Black with #B9AC5C

Text Example


Text Example

White with #B9AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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