Html Css Color HEX #B6A05D Gimblet

📋 copy color: '#B6A05D'

red 182 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #B6A05D

Tints of Gimblet #B6A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

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

R = 41.84%
G = 36.78%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6A05D (or 0xB6A05D) is known color: Gimblet. HEX triplet: B6, A0 and 5D. RGB value is (182,160,93). Sum of RGB (Red+Green+Blue) = 182+160+93=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A05D is #495FA2. Grayscale: #9F9F9F. Windows color (decimal): -4808611 or 6135990. OLE color: 6135990.

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

Color convert

RGB 182 160 93 -
CMYK 0 0.12 0.49 0.29
HSL 45.17º 0.38% 0.54% -
HSV(B) 45.17º 0.49% 0.71% -
XYZ 33.84 35.88 15.5 -
YUV 158.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 182 160 93 0 0.12 0.49 0.29 45.17 0.38 0.54
Hex B6 A0 5D 0 C 31 1D 2D 26 36
Octal 266 240 135 0 14 61 35 55 46 66
Binary 10110110 10100000 1011101 0 1100 110001 11101 101101 100110 110110

Color Harmonies of #B6A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A05D

Black with #B6A05D

Text Example


Text Example

White with #B6A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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