Html Css Color HEX #B9A86B Gimblet

📋 copy color: '#B9A86B'

red 185 ◦ green 168 ◦ blue 107

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

Shades of Gimblet #B9A86B

Tints of Gimblet #B9A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 40.22%
G = 36.52%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9A86B (or 0xB9A86B) is known color: Gimblet. HEX triplet: B9, A8 and 6B. RGB value is (185,168,107). Sum of RGB (Red+Green+Blue) = 185+168+107=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86B is #465794. Grayscale: #A6A6A6. Windows color (decimal): -4609941 or 7055545. OLE color: 7055545.

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

Color convert

RGB 185 168 107 -
CMYK 0 0.09 0.42 0.27
HSL 46.92º 0.36% 0.57% -
HSV(B) 46.92º 0.42% 0.73% -
XYZ 36.66 39.38 19.58 -
YUV 166.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 185 168 107 0 0.09 0.42 0.27 46.92 0.36 0.57
Hex B9 A8 6B 0 9 2A 1B 2F 24 39
Octal 271 250 153 0 11 52 33 57 44 71
Binary 10111001 10101000 1101011 0 1001 101010 11011 101111 100100 111001

Color Harmonies of #B9A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A86B

Black with #B9A86B

Text Example


Text Example

White with #B9A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A86B; }

 p { color: rgb(185,168,107); }

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

background-color css

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

 a { background-color: rgb(185,168,107); }

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

border-color css

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

 span { border-color: rgb(185,168,107); }

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