Html Css Color HEX #B5A26E Gimblet

📋 copy color: '#B5A26E'

red 181 ◦ green 162 ◦ blue 110

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

Shades of Gimblet #B5A26E

Tints of Gimblet #B5A26E

RGB

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

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

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

R = 39.96%
G = 35.76%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5A26E (or 0xB5A26E) is known color: Gimblet. HEX triplet: B5, A2 and 6E. RGB value is (181,162,110). Sum of RGB (Red+Green+Blue) = 181+162+110=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A26E is #4A5D91. Grayscale: #A1A1A1. Windows color (decimal): -4873618 or 7250613. OLE color: 7250613.

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

Color convert

RGB 181 162 110 -
CMYK 0 0.10 0.39 0.29
HSL 43.94º 0.32% 0.57% -
HSV(B) 43.94º 0.39% 0.71% -
XYZ 34.79 36.79 20.02 -
YUV 161.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 181 162 110 0 0.10 0.39 0.29 43.94 0.32 0.57
Hex B5 A2 6E 0 A 27 1D 2C 20 39
Octal 265 242 156 0 12 47 35 54 40 71
Binary 10110101 10100010 1101110 0 1010 100111 11101 101100 100000 111001

Color Harmonies of #B5A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A26E

Black with #B5A26E

Text Example


Text Example

White with #B5A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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