Html Css Color HEX #B6A26D Gimblet

📋 copy color: '#B6A26D'

red 182 ◦ green 162 ◦ blue 109

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

Shades of Gimblet #B6A26D

Tints of Gimblet #B6A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 40.18%
G = 35.76%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6A26D (or 0xB6A26D) is known color: Gimblet. HEX triplet: B6, A2 and 6D. RGB value is (182,162,109). Sum of RGB (Red+Green+Blue) = 182+162+109=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A26D is #495D92. Grayscale: #A2A2A2. Windows color (decimal): -4808083 or 7185078. OLE color: 7185078.

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

Color convert

RGB 182 162 109 -
CMYK 0 0.11 0.40 0.29
HSL 43.56º 0.33% 0.57% -
HSV(B) 43.56º 0.4% 0.71% -
XYZ 34.97 36.89 19.75 -
YUV 161.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 182 162 109 0 0.11 0.40 0.29 43.56 0.33 0.57
Hex B6 A2 6D 0 B 28 1D 2C 21 39
Octal 266 242 155 0 13 50 35 54 41 71
Binary 10110110 10100010 1101101 0 1011 101000 11101 101100 100001 111001

Color Harmonies of #B6A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A26D

Black with #B6A26D

Text Example


Text Example

White with #B6A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A26D; }

 p { color: rgb(182,162,109); }

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

background-color css

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

 a { background-color: rgb(182,162,109); }

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

border-color css

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

 span { border-color: rgb(182,162,109); }

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