Html Css Color HEX #B6A35C Gimblet

📋 copy color: '#B6A35C'

red 182 ◦ green 163 ◦ blue 92

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

Shades of Gimblet #B6A35C

Tints of Gimblet #B6A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 41.65%
G = 37.3%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6A35C (or 0xB6A35C) is known color: Gimblet. HEX triplet: B6, A3 and 5C. RGB value is (182,163,92). Sum of RGB (Red+Green+Blue) = 182+163+92=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A35C is #495CA3. Grayscale: #A0A0A0. Windows color (decimal): -4807844 or 6071222. OLE color: 6071222.

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

Color convert

RGB 182 163 92 -
CMYK 0 0.10 0.49 0.29
HSL 47.33º 0.38% 0.54% -
HSV(B) 47.33º 0.49% 0.71% -
XYZ 34.32 36.91 15.44 -
YUV 160.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 182 163 92 0 0.10 0.49 0.29 47.33 0.38 0.54
Hex B6 A3 5C 0 A 31 1D 2F 26 36
Octal 266 243 134 0 12 61 35 57 46 66
Binary 10110110 10100011 1011100 0 1010 110001 11101 101111 100110 110110

Color Harmonies of #B6A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A35C

Black with #B6A35C

Text Example


Text Example

White with #B6A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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