Html Css Color HEX #B6A85E Gimblet

📋 copy color: '#B6A85E'

red 182 ◦ green 168 ◦ blue 94

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

Shades of Gimblet #B6A85E

Tints of Gimblet #B6A85E

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 40.99%
G = 37.84%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6A85E (or 0xB6A85E) is known color: Gimblet. HEX triplet: B6, A8 and 5E. RGB value is (182,168,94). Sum of RGB (Red+Green+Blue) = 182+168+94=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A85E is #4957A1. Grayscale: #A4A4A4. Windows color (decimal): -4806562 or 6203574. OLE color: 6203574.

HSL color Cylindrical-coordinate representation of color #B6A85E: hue angle of 50.45º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6A85E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 94 -
CMYK 0 0.08 0.48 0.29
HSL 50.45º 0.38% 0.54% -
HSV(B) 50.45º 0.48% 0.71% -
XYZ 35.31 38.76 16.21 -
YUV 163.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 182 168 94 0 0.08 0.48 0.29 50.45 0.38 0.54
Hex B6 A8 5E 0 8 30 1D 32 26 36
Octal 266 250 136 0 10 60 35 62 46 66
Binary 10110110 10101000 1011110 0 1000 110000 11101 110010 100110 110110

Color Harmonies of #B6A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A85E

Black with #B6A85E

Text Example


Text Example

White with #B6A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A85E; }

 p { color: rgb(182,168,94); }

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

background-color css

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

 a { background-color: rgb(182,168,94); }

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

border-color css

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

 span { border-color: rgb(182,168,94); }

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