Html Css Color HEX #B8A76C Gimblet

📋 copy color: '#B8A76C'

red 184 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #B8A76C

Tints of Gimblet #B8A76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 40.09%
G = 36.38%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8A76C (or 0xB8A76C) is known color: Gimblet. HEX triplet: B8, A7 and 6C. RGB value is (184,167,108). Sum of RGB (Red+Green+Blue) = 184+167+108=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A76C is #475893. Grayscale: #A5A5A5. Windows color (decimal): -4675732 or 7120824. OLE color: 7120824.

HSL color Cylindrical-coordinate representation of color #B8A76C: hue angle of 46.58º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8A76C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 167 108 -
CMYK 0 0.09 0.41 0.28
HSL 46.58º 0.35% 0.57% -
HSV(B) 46.58º 0.41% 0.72% -
XYZ 36.29 38.91 19.79 -
YUV 165.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 184 167 108 0 0.09 0.41 0.28 46.58 0.35 0.57
Hex B8 A7 6C 0 9 29 1C 2F 23 39
Octal 270 247 154 0 11 51 34 57 43 71
Binary 10111000 10100111 1101100 0 1001 101001 11100 101111 100011 111001

Color Harmonies of #B8A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A76C

Black with #B8A76C

Text Example


Text Example

White with #B8A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A76C; }

 p { color: rgb(184,167,108); }

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

background-color css

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

 a { background-color: rgb(184,167,108); }

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

border-color css

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

 span { border-color: rgb(184,167,108); }

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