Html Css Color HEX #B9AD6A Gimblet

📋 copy color: '#B9AD6A'

red 185 ◦ green 173 ◦ blue 106

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

Shades of Gimblet #B9AD6A

Tints of Gimblet #B9AD6A

RGB

 RED value IS 185 (72.66% from 255) = 39.87%

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

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 39.87%
G = 37.28%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9AD6A (or 0xB9AD6A) is known color: Gimblet. HEX triplet: B9, AD and 6A. RGB value is (185,173,106). Sum of RGB (Red+Green+Blue) = 185+173+106=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD6A is #465295. Grayscale: #A9A9A9. Windows color (decimal): -4608662 or 6991289. OLE color: 6991289.

HSL color Cylindrical-coordinate representation of color #B9AD6A: hue angle of 50.89º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9AD6A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 106 -
CMYK 0 0.06 0.43 0.27
HSL 50.89º 0.36% 0.57% -
HSV(B) 50.89º 0.43% 0.73% -
XYZ 37.55 41.24 19.62 -
YUV 168.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 185 173 106 0 0.06 0.43 0.27 50.89 0.36 0.57
Hex B9 AD 6A 0 6 2B 1B 33 24 39
Octal 271 255 152 0 6 53 33 63 44 71
Binary 10111001 10101101 1101010 0 110 101011 11011 110011 100100 111001

Color Harmonies of #B9AD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD6A

Black with #B9AD6A

Text Example


Text Example

White with #B9AD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD6A; }

 p { color: rgb(185,173,106); }

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

background-color css

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

 a { background-color: rgb(185,173,106); }

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

border-color css

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

 span { border-color: rgb(185,173,106); }

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