Html Css Color HEX #B8AB60 Gimblet

📋 copy color: '#B8AB60'

red 184 ◦ green 171 ◦ blue 96

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

Shades of Gimblet #B8AB60

Tints of Gimblet #B8AB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 40.8%
G = 37.92%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8AB60 (or 0xB8AB60) is known color: Gimblet. HEX triplet: B8, AB and 60. RGB value is (184,171,96). Sum of RGB (Red+Green+Blue) = 184+171+96=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB60 is #47549F. Grayscale: #A6A6A6. Windows color (decimal): -4674720 or 6335416. OLE color: 6335416.

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

Color convert

RGB 184 171 96 -
CMYK 0 0.07 0.48 0.28
HSL 51.14º 0.38% 0.55% -
HSV(B) 51.14º 0.48% 0.72% -
XYZ 36.44 40.16 16.9 -
YUV 166.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 184 171 96 0 0.07 0.48 0.28 51.14 0.38 0.55
Hex B8 AB 60 0 7 30 1C 33 26 37
Octal 270 253 140 0 7 60 34 63 46 67
Binary 10111000 10101011 1100000 0 111 110000 11100 110011 100110 110111

Color Harmonies of #B8AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB60

Black with #B8AB60

Text Example


Text Example

White with #B8AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB60; }

 p { color: rgb(184,171,96); }

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

background-color css

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

 a { background-color: rgb(184,171,96); }

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

border-color css

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

 span { border-color: rgb(184,171,96); }

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