Html Css Color HEX #B5A662 Gimblet

📋 copy color: '#B5A662'

red 181 ◦ green 166 ◦ blue 98

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

Shades of Gimblet #B5A662

Tints of Gimblet #B5A662

RGB

 RED value IS 181 (71.09% from 255) = 40.67%

 GREEN value IS 166 (65.23% from 255) = 37.3%

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 40.67%
G = 37.3%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5A662 (or 0xB5A662) is known color: Gimblet. HEX triplet: B5, A6 and 62. RGB value is (181,166,98). Sum of RGB (Red+Green+Blue) = 181+166+98=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A662 is #4A599D. Grayscale: #A3A3A3. Windows color (decimal): -4872606 or 6465205. OLE color: 6465205.

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

Color convert

RGB 181 166 98 -
CMYK 0 0.08 0.46 0.29
HSL 49.16º 0.36% 0.55% -
HSV(B) 49.16º 0.46% 0.71% -
XYZ 34.9 37.98 17.05 -
YUV 162.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 181 166 98 0 0.08 0.46 0.29 49.16 0.36 0.55
Hex B5 A6 62 0 8 2E 1D 31 24 37
Octal 265 246 142 0 10 56 35 61 44 67
Binary 10110101 10100110 1100010 0 1000 101110 11101 110001 100100 110111

Color Harmonies of #B5A662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A662

Black with #B5A662

Text Example


Text Example

White with #B5A662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A662; }

 p { color: rgb(181,166,98); }

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

background-color css

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

 a { background-color: rgb(181,166,98); }

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

border-color css

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

 span { border-color: rgb(181,166,98); }

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