Html Css Color HEX #B8AC6E Gimblet

📋 copy color: '#B8AC6E'

red 184 ◦ green 172 ◦ blue 110

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

Shades of Gimblet #B8AC6E

Tints of Gimblet #B8AC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 39.48%
G = 36.91%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8AC6E (or 0xB8AC6E) is known color: Gimblet. HEX triplet: B8, AC and 6E. RGB value is (184,172,110). Sum of RGB (Red+Green+Blue) = 184+172+110=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6E is #475391. Grayscale: #A8A8A8. Windows color (decimal): -4674450 or 7253176. OLE color: 7253176.

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

Color convert

RGB 184 172 110 -
CMYK 0 0.07 0.40 0.28
HSL 50.27º 0.34% 0.58% -
HSV(B) 50.27º 0.4% 0.72% -
XYZ 37.33 40.82 20.66 -
YUV 168.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 184 172 110 0 0.07 0.40 0.28 50.27 0.34 0.58
Hex B8 AC 6E 0 7 28 1C 32 22 3A
Octal 270 254 156 0 7 50 34 62 42 72
Binary 10111000 10101100 1101110 0 111 101000 11100 110010 100010 111010

Color Harmonies of #B8AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC6E

Black with #B8AC6E

Text Example


Text Example

White with #B8AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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