Html Css Color HEX #B8AC6B Gimblet

📋 copy color: '#B8AC6B'

red 184 ◦ green 172 ◦ blue 107

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

Shades of Gimblet #B8AC6B

Tints of Gimblet #B8AC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 39.74%
G = 37.15%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8AC6B (or 0xB8AC6B) is known color: Gimblet. HEX triplet: B8, AC and 6B. RGB value is (184,172,107). Sum of RGB (Red+Green+Blue) = 184+172+107=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6B is #475394. Grayscale: #A8A8A8. Windows color (decimal): -4674453 or 7056568. OLE color: 7056568.

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

Color convert

RGB 184 172 107 -
CMYK 0 0.07 0.42 0.28
HSL 50.65º 0.35% 0.57% -
HSV(B) 50.65º 0.42% 0.72% -
XYZ 37.17 40.76 19.82 -
YUV 168.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 184 172 107 0 0.07 0.42 0.28 50.65 0.35 0.57
Hex B8 AC 6B 0 7 2A 1C 33 23 39
Octal 270 254 153 0 7 52 34 63 43 71
Binary 10111000 10101100 1101011 0 111 101010 11100 110011 100011 111001

Color Harmonies of #B8AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC6B

Black with #B8AC6B

Text Example


Text Example

White with #B8AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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