Html Css Color HEX #B5AB5D Gimblet

📋 copy color: '#B5AB5D'

red 181 ◦ green 171 ◦ blue 93

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

Shades of Gimblet #B5AB5D

Tints of Gimblet #B5AB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 40.67%
G = 38.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5AB5D (or 0xB5AB5D) is known color: Gimblet. HEX triplet: B5, AB and 5D. RGB value is (181,171,93). Sum of RGB (Red+Green+Blue) = 181+171+93=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB5D is #4A54A2. Grayscale: #A5A5A5. Windows color (decimal): -4871331 or 6138805. OLE color: 6138805.

HSL color Cylindrical-coordinate representation of color #B5AB5D: hue angle of 53.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5AB5D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 93 -
CMYK 0 0.06 0.49 0.29
HSL 53.18º 0.37% 0.54% -
HSV(B) 53.18º 0.49% 0.71% -
XYZ 35.59 39.74 16.15 -
YUV 165.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 181 171 93 0 0.06 0.49 0.29 53.18 0.37 0.54
Hex B5 AB 5D 0 6 31 1D 35 25 36
Octal 265 253 135 0 6 61 35 65 45 66
Binary 10110101 10101011 1011101 0 110 110001 11101 110101 100101 110110

Color Harmonies of #B5AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB5D

Black with #B5AB5D

Text Example


Text Example

White with #B5AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB5D; }

 p { color: rgb(181,171,93); }

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

background-color css

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

 a { background-color: rgb(181,171,93); }

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

border-color css

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

 span { border-color: rgb(181,171,93); }

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