Html Css Color HEX #B6AC60 Gimblet

📋 copy color: '#B6AC60'

red 182 ◦ green 172 ◦ blue 96

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

Shades of Gimblet #B6AC60

Tints of Gimblet #B6AC60

RGB

 RED value IS 182 (71.48% from 255) = 40.44%

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

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 40.44%
G = 38.22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B6AC60 (or 0xB6AC60) is known color: Gimblet. HEX triplet: B6, AC and 60. RGB value is (182,172,96). Sum of RGB (Red+Green+Blue) = 182+172+96=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC60 is #49539F. Grayscale: #A6A6A6. Windows color (decimal): -4805536 or 6335670. OLE color: 6335670.

HSL color Cylindrical-coordinate representation of color #B6AC60: hue angle of 53.02º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6AC60 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 172 96 -
CMYK 0 0.05 0.47 0.29
HSL 53.02º 0.37% 0.55% -
HSV(B) 53.02º 0.47% 0.71% -
XYZ 36.16 40.29 16.94 -
YUV 166.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 182 172 96 0 0.05 0.47 0.29 53.02 0.37 0.55
Hex B6 AC 60 0 5 2F 1D 35 25 37
Octal 266 254 140 0 5 57 35 65 45 67
Binary 10110110 10101100 1100000 0 101 101111 11101 110101 100101 110111

Color Harmonies of #B6AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AC60

Black with #B6AC60

Text Example


Text Example

White with #B6AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AC60; }

 p { color: rgb(182,172,96); }

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

background-color css

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

 a { background-color: rgb(182,172,96); }

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

border-color css

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

 span { border-color: rgb(182,172,96); }

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