Html Css Color HEX #B5A26D Gimblet

📋 copy color: '#B5A26D'

red 181 ◦ green 162 ◦ blue 109

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

Shades of Gimblet #B5A26D

Tints of Gimblet #B5A26D

RGB

 RED value IS 181 (71.09% from 255) = 40.04%

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

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

R = 40.04%
G = 35.84%
B = 24.12%

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

#B5A26D (or 0xB5A26D) is known color: Gimblet. HEX triplet: B5, A2 and 6D. RGB value is (181,162,109). Sum of RGB (Red+Green+Blue) = 181+162+109=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A26D is #4A5D92. Grayscale: #A1A1A1. Windows color (decimal): -4873619 or 7185077. OLE color: 7185077.

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

Color convert

RGB 181 162 109 -
CMYK 0 0.10 0.40 0.29
HSL 44.17º 0.33% 0.57% -
HSV(B) 44.17º 0.4% 0.71% -
XYZ 34.74 36.77 19.73 -
YUV 161.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 181 162 109 0 0.10 0.40 0.29 44.17 0.33 0.57
Hex B5 A2 6D 0 A 28 1D 2C 21 39
Octal 265 242 155 0 12 50 35 54 41 71
Binary 10110101 10100010 1101101 0 1010 101000 11101 101100 100001 111001

Color Harmonies of #B5A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A26D

Black with #B5A26D

Text Example


Text Example

White with #B5A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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