Html Css Color HEX #B8AC5D Gimblet

📋 copy color: '#B8AC5D'

red 184 ◦ green 172 ◦ blue 93

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

Shades of Gimblet #B8AC5D

Tints of Gimblet #B8AC5D

RGB

 RED value IS 184 (72.27% from 255) = 40.98%

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

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

R = 40.98%
G = 38.31%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8AC5D (or 0xB8AC5D) is known color: Gimblet. HEX triplet: B8, AC and 5D. RGB value is (184,172,93). Sum of RGB (Red+Green+Blue) = 184+172+93=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC5D is #4753A2. Grayscale: #A6A6A6. Windows color (decimal): -4674467 or 6139064. OLE color: 6139064.

HSL color Cylindrical-coordinate representation of color #B8AC5D: hue angle of 52.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8AC5D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 93 -
CMYK 0 0.07 0.49 0.28
HSL 52.09º 0.39% 0.54% -
HSV(B) 52.09º 0.49% 0.72% -
XYZ 36.5 40.49 16.25 -
YUV 166.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 184 172 93 0 0.07 0.49 0.28 52.09 0.39 0.54
Hex B8 AC 5D 0 7 31 1C 34 27 36
Octal 270 254 135 0 7 61 34 64 47 66
Binary 10111000 10101100 1011101 0 111 110001 11100 110100 100111 110110

Color Harmonies of #B8AC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC5D

Black with #B8AC5D

Text Example


Text Example

White with #B8AC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC5D; }

 p { color: rgb(184,172,93); }

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

background-color css

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

 a { background-color: rgb(184,172,93); }

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

border-color css

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

 span { border-color: rgb(184,172,93); }

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