Html Css Color HEX #B9AD57 Gimblet

📋 copy color: '#B9AD57'

red 185 ◦ green 173 ◦ blue 87

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

Shades of Gimblet #B9AD57

Tints of Gimblet #B9AD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.55%

R = 41.57%
G = 38.88%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B9AD57 (or 0xB9AD57) is known color: Gimblet. HEX triplet: B9, AD and 57. RGB value is (185,173,87). Sum of RGB (Red+Green+Blue) = 185+173+87=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD57 is #4652A8. Grayscale: #A7A7A7. Windows color (decimal): -4608681 or 5746105. OLE color: 5746105.

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

Color convert

RGB 185 173 87 -
CMYK 0 0.06 0.53 0.27
HSL 52.65º 0.41% 0.53% -
HSV(B) 52.65º 0.53% 0.73% -
XYZ 36.67 40.89 14.98 -
YUV 166.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 185 173 87 0 0.06 0.53 0.27 52.65 0.41 0.53
Hex B9 AD 57 0 6 35 1B 35 29 35
Octal 271 255 127 0 6 65 33 65 51 65
Binary 10111001 10101101 1010111 0 110 110101 11011 110101 101001 110101

Color Harmonies of #B9AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD57

Black with #B9AD57

Text Example


Text Example

White with #B9AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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