Html Css Color HEX #B8AC58 Gimblet

📋 copy color: '#B8AC58'

red 184 ◦ green 172 ◦ blue 88

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

Shades of Gimblet #B8AC58

Tints of Gimblet #B8AC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 41.44%
G = 38.74%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8AC58 (or 0xB8AC58) is known color: Gimblet. HEX triplet: B8, AC and 58. RGB value is (184,172,88). Sum of RGB (Red+Green+Blue) = 184+172+88=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC58 is #4753A7. Grayscale: #A6A6A6. Windows color (decimal): -4674472 or 5811384. OLE color: 5811384.

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

Color convert

RGB 184 172 88 -
CMYK 0 0.07 0.52 0.28
HSL 52.5º 0.4% 0.53% -
HSV(B) 52.5º 0.52% 0.72% -
XYZ 36.28 40.4 15.12 -
YUV 166.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 184 172 88 0 0.07 0.52 0.28 52.5 0.4 0.53
Hex B8 AC 58 0 7 34 1C 34 28 35
Octal 270 254 130 0 7 64 34 64 50 65
Binary 10111000 10101100 1011000 0 111 110100 11100 110100 101000 110101

Color Harmonies of #B8AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC58

Black with #B8AC58

Text Example


Text Example

White with #B8AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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