Html Css Color HEX #B6A65C Gimblet

📋 copy color: '#B6A65C'

red 182 ◦ green 166 ◦ blue 92

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

Shades of Gimblet #B6A65C

Tints of Gimblet #B6A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 41.36%
G = 37.73%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6A65C (or 0xB6A65C) is known color: Gimblet. HEX triplet: B6, A6 and 5C. RGB value is (182,166,92). Sum of RGB (Red+Green+Blue) = 182+166+92=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A65C is #4959A3. Grayscale: #A2A2A2. Windows color (decimal): -4807076 or 6071990. OLE color: 6071990.

HSL color Cylindrical-coordinate representation of color #B6A65C: hue angle of 49.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6A65C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 92 -
CMYK 0 0.09 0.49 0.29
HSL 49.33º 0.38% 0.54% -
HSV(B) 49.33º 0.49% 0.71% -
XYZ 34.86 37.99 15.62 -
YUV 162.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 182 166 92 0 0.09 0.49 0.29 49.33 0.38 0.54
Hex B6 A6 5C 0 9 31 1D 31 26 36
Octal 266 246 134 0 11 61 35 61 46 66
Binary 10110110 10100110 1011100 0 1001 110001 11101 110001 100110 110110

Color Harmonies of #B6A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A65C

Black with #B6A65C

Text Example


Text Example

White with #B6A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A65C; }

 p { color: rgb(182,166,92); }

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

background-color css

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

 a { background-color: rgb(182,166,92); }

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

border-color css

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

 span { border-color: rgb(182,166,92); }

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