Html Css Color HEX #B9AD65 Gimblet

📋 copy color: '#B9AD65'

red 185 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #B9AD65

Tints of Gimblet #B9AD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 40.31%
G = 37.69%
B = 22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B9AD65 (or 0xB9AD65) is known color: Gimblet. HEX triplet: B9, AD and 65. RGB value is (185,173,101). Sum of RGB (Red+Green+Blue) = 185+173+101=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD65 is #46529A. Grayscale: #A8A8A8. Windows color (decimal): -4608667 or 6663609. OLE color: 6663609.

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

Color convert

RGB 185 173 101 -
CMYK 0 0.06 0.45 0.27
HSL 51.43º 0.38% 0.56% -
HSV(B) 51.43º 0.45% 0.73% -
XYZ 37.3 41.14 18.29 -
YUV 168.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 185 173 101 0 0.06 0.45 0.27 51.43 0.38 0.56
Hex B9 AD 65 0 6 2D 1B 33 26 38
Octal 271 255 145 0 6 55 33 63 46 70
Binary 10111001 10101101 1100101 0 110 101101 11011 110011 100110 111000

Color Harmonies of #B9AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD65

Black with #B9AD65

Text Example


Text Example

White with #B9AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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