Html Css Color HEX #B8AC5A Gimblet

📋 copy color: '#B8AC5A'

red 184 ◦ green 172 ◦ blue 90

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

Shades of Gimblet #B8AC5A

Tints of Gimblet #B8AC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 41.26%
G = 38.57%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8AC5A (or 0xB8AC5A) is known color: Gimblet. HEX triplet: B8, AC and 5A. RGB value is (184,172,90). Sum of RGB (Red+Green+Blue) = 184+172+90=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC5A is #4753A5. Grayscale: #A6A6A6. Windows color (decimal): -4674470 or 5942456. OLE color: 5942456.

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

Color convert

RGB 184 172 90 -
CMYK 0 0.07 0.51 0.28
HSL 52.34º 0.4% 0.54% -
HSV(B) 52.34º 0.51% 0.72% -
XYZ 36.37 40.43 15.56 -
YUV 166.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 184 172 90 0 0.07 0.51 0.28 52.34 0.4 0.54
Hex B8 AC 5A 0 7 33 1C 34 28 36
Octal 270 254 132 0 7 63 34 64 50 66
Binary 10111000 10101100 1011010 0 111 110011 11100 110100 101000 110110

Color Harmonies of #B8AC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC5A

Black with #B8AC5A

Text Example


Text Example

White with #B8AC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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