Html Css Color HEX #B8AC6C Gimblet

📋 copy color: '#B8AC6C'

red 184 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #B8AC6C

Tints of Gimblet #B8AC6C

RGB

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

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

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

R = 39.66%
G = 37.07%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8AC6C (or 0xB8AC6C) is known color: Gimblet. HEX triplet: B8, AC and 6C. RGB value is (184,172,108). Sum of RGB (Red+Green+Blue) = 184+172+108=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6C is #475393. Grayscale: #A8A8A8. Windows color (decimal): -4674452 or 7122104. OLE color: 7122104.

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

Color convert

RGB 184 172 108 -
CMYK 0 0.07 0.41 0.28
HSL 50.53º 0.35% 0.57% -
HSV(B) 50.53º 0.41% 0.72% -
XYZ 37.23 40.78 20.1 -
YUV 168.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 184 172 108 0 0.07 0.41 0.28 50.53 0.35 0.57
Hex B8 AC 6C 0 7 29 1C 33 23 39
Octal 270 254 154 0 7 51 34 63 43 71
Binary 10111000 10101100 1101100 0 111 101001 11100 110011 100011 111001

Color Harmonies of #B8AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC6C

Black with #B8AC6C

Text Example


Text Example

White with #B8AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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