Html Css Color HEX #B6A65D Gimblet

📋 copy color: '#B6A65D'

red 182 ◦ green 166 ◦ blue 93

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

Shades of Gimblet #B6A65D

Tints of Gimblet #B6A65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 41.27%
G = 37.64%
B = 21.09%

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

#B6A65D (or 0xB6A65D) is known color: Gimblet. HEX triplet: B6, A6 and 5D. RGB value is (182,166,93). Sum of RGB (Red+Green+Blue) = 182+166+93=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A65D is #4959A2. Grayscale: #A2A2A2. Windows color (decimal): -4807075 or 6137526. OLE color: 6137526.

HSL color Cylindrical-coordinate representation of color #B6A65D: hue angle of 49.21º 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 #B6A65D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 93 -
CMYK 0 0.09 0.49 0.29
HSL 49.21º 0.38% 0.54% -
HSV(B) 49.21º 0.49% 0.71% -
XYZ 34.9 38.01 15.85 -
YUV 162.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 182 166 93 0 0.09 0.49 0.29 49.21 0.38 0.54
Hex B6 A6 5D 0 9 31 1D 31 26 36
Octal 266 246 135 0 11 61 35 61 46 66
Binary 10110110 10100110 1011101 0 1001 110001 11101 110001 100110 110110

Color Harmonies of #B6A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A65D

Black with #B6A65D

Text Example


Text Example

White with #B6A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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