Html Css Color HEX #B6A36E Gimblet

📋 copy color: '#B6A36E'

red 182 ◦ green 163 ◦ blue 110

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

Shades of Gimblet #B6A36E

Tints of Gimblet #B6A36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 40%
G = 35.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6A36E (or 0xB6A36E) is known color: Gimblet. HEX triplet: B6, A3 and 6E. RGB value is (182,163,110). Sum of RGB (Red+Green+Blue) = 182+163+110=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36E is #495C91. Grayscale: #A2A2A2. Windows color (decimal): -4807826 or 7250870. OLE color: 7250870.

HSL color Cylindrical-coordinate representation of color #B6A36E: hue angle of 44.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A36E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 110 -
CMYK 0 0.10 0.40 0.29
HSL 44.17º 0.33% 0.57% -
HSV(B) 44.17º 0.4% 0.71% -
XYZ 35.2 37.27 20.09 -
YUV 162.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 182 163 110 0 0.10 0.40 0.29 44.17 0.33 0.57
Hex B6 A3 6E 0 A 28 1D 2C 21 39
Octal 266 243 156 0 12 50 35 54 41 71
Binary 10110110 10100011 1101110 0 1010 101000 11101 101100 100001 111001

Color Harmonies of #B6A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A36E

Black with #B6A36E

Text Example


Text Example

White with #B6A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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