Html Css Color HEX #B5AD6B Gimblet

📋 copy color: '#B5AD6B'

red 181 ◦ green 173 ◦ blue 107

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

Shades of Gimblet #B5AD6B

Tints of Gimblet #B5AD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 39.26%
G = 37.53%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5AD6B (or 0xB5AD6B) is known color: Gimblet. HEX triplet: B5, AD and 6B. RGB value is (181,173,107). Sum of RGB (Red+Green+Blue) = 181+173+107=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD6B is #4A5294. Grayscale: #A8A8A8. Windows color (decimal): -4870805 or 7056821. OLE color: 7056821.

HSL color Cylindrical-coordinate representation of color #B5AD6B: hue angle of 53.51º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5AD6B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 107 -
CMYK 0 0.04 0.41 0.29
HSL 53.51º 0.33% 0.56% -
HSV(B) 53.51º 0.41% 0.71% -
XYZ 36.65 40.77 19.85 -
YUV 167.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 181 173 107 0 0.04 0.41 0.29 53.51 0.33 0.56
Hex B5 AD 6B 0 4 29 1D 36 21 38
Octal 265 255 153 0 4 51 35 66 41 70
Binary 10110101 10101101 1101011 0 100 101001 11101 110110 100001 111000

Color Harmonies of #B5AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD6B

Black with #B5AD6B

Text Example


Text Example

White with #B5AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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