Html Css Color HEX #B8AC6A Gimblet

📋 copy color: '#B8AC6A'

red 184 ◦ green 172 ◦ blue 106

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

Shades of Gimblet #B8AC6A

Tints of Gimblet #B8AC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 39.83%
G = 37.23%
B = 22.94%

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

#B8AC6A (or 0xB8AC6A) is known color: Gimblet. HEX triplet: B8, AC and 6A. RGB value is (184,172,106). Sum of RGB (Red+Green+Blue) = 184+172+106=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6A is #475395. Grayscale: #A8A8A8. Windows color (decimal): -4674454 or 6991032. OLE color: 6991032.

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

Color convert

RGB 184 172 106 -
CMYK 0 0.07 0.42 0.28
HSL 50.77º 0.35% 0.57% -
HSV(B) 50.77º 0.42% 0.72% -
XYZ 37.12 40.74 19.54 -
YUV 168.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 184 172 106 0 0.07 0.42 0.28 50.77 0.35 0.57
Hex B8 AC 6A 0 7 2A 1C 33 23 39
Octal 270 254 152 0 7 52 34 63 43 71
Binary 10111000 10101100 1101010 0 111 101010 11100 110011 100011 111001

Color Harmonies of #B8AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC6A

Black with #B8AC6A

Text Example


Text Example

White with #B8AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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