Html Css Color HEX #B8AD6E Gimblet

📋 copy color: '#B8AD6E'

red 184 ◦ green 173 ◦ blue 110

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

Shades of Gimblet #B8AD6E

Tints of Gimblet #B8AD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 39.4%
G = 37.04%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8AD6E (or 0xB8AD6E) is known color: Gimblet. HEX triplet: B8, AD and 6E. RGB value is (184,173,110). Sum of RGB (Red+Green+Blue) = 184+173+110=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD6E is #475291. Grayscale: #A9A9A9. Windows color (decimal): -4674194 or 7253432. OLE color: 7253432.

HSL color Cylindrical-coordinate representation of color #B8AD6E: hue angle of 51.08º 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 #B8AD6E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 110 -
CMYK 0 0.06 0.40 0.28
HSL 51.08º 0.34% 0.58% -
HSV(B) 51.08º 0.4% 0.72% -
XYZ 37.53 41.2 20.73 -
YUV 169.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 184 173 110 0 0.06 0.40 0.28 51.08 0.34 0.58
Hex B8 AD 6E 0 6 28 1C 33 22 3A
Octal 270 255 156 0 6 50 34 63 42 72
Binary 10111000 10101101 1101110 0 110 101000 11100 110011 100010 111010

Color Harmonies of #B8AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD6E

Black with #B8AD6E

Text Example


Text Example

White with #B8AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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