Html Css Color HEX #B5A26C Gimblet

📋 copy color: '#B5A26C'

red 181 ◦ green 162 ◦ blue 108

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

Shades of Gimblet #B5A26C

Tints of Gimblet #B5A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.95%

R = 40.13%
G = 35.92%
B = 23.95%

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

#B5A26C (or 0xB5A26C) is known color: Gimblet. HEX triplet: B5, A2 and 6C. RGB value is (181,162,108). Sum of RGB (Red+Green+Blue) = 181+162+108=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A26C is #4A5D93. Grayscale: #A1A1A1. Windows color (decimal): -4873620 or 7119541. OLE color: 7119541.

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

Color convert

RGB 181 162 108 -
CMYK 0 0.10 0.40 0.29
HSL 44.38º 0.33% 0.57% -
HSV(B) 44.38º 0.4% 0.71% -
XYZ 34.68 36.75 19.45 -
YUV 161.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 181 162 108 0 0.10 0.40 0.29 44.38 0.33 0.57
Hex B5 A2 6C 0 A 28 1D 2C 21 39
Octal 265 242 154 0 12 50 35 54 41 71
Binary 10110101 10100010 1101100 0 1010 101000 11101 101100 100001 111001

Color Harmonies of #B5A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A26C

Black with #B5A26C

Text Example


Text Example

White with #B5A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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