Html Css Color HEX #B5AD5D Gimblet

📋 copy color: '#B5AD5D'

red 181 ◦ green 173 ◦ blue 93

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

Shades of Gimblet #B5AD5D

Tints of Gimblet #B5AD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

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

R = 40.49%
G = 38.7%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5AD5D (or 0xB5AD5D) is known color: Gimblet. HEX triplet: B5, AD and 5D. RGB value is (181,173,93). Sum of RGB (Red+Green+Blue) = 181+173+93=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD5D is #4A52A2. Grayscale: #A6A6A6. Windows color (decimal): -4870819 or 6139317. OLE color: 6139317.

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

Color convert

RGB 181 173 93 -
CMYK 0 0.04 0.49 0.29
HSL 54.55º 0.37% 0.54% -
HSV(B) 54.55º 0.49% 0.71% -
XYZ 35.98 40.5 16.28 -
YUV 166.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 181 173 93 0 0.04 0.49 0.29 54.55 0.37 0.54
Hex B5 AD 5D 0 4 31 1D 37 25 36
Octal 265 255 135 0 4 61 35 67 45 66
Binary 10110101 10101101 1011101 0 100 110001 11101 110111 100101 110110

Color Harmonies of #B5AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD5D

Black with #B5AD5D

Text Example


Text Example

White with #B5AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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