Html Css Color HEX #B5A261 Gimblet

📋 copy color: '#B5A261'

red 181 ◦ green 162 ◦ blue 97

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

Shades of Gimblet #B5A261

Tints of Gimblet #B5A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 41.14%
G = 36.82%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5A261 (or 0xB5A261) is known color: Gimblet. HEX triplet: B5, A2 and 61. RGB value is (181,162,97). Sum of RGB (Red+Green+Blue) = 181+162+97=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A261 is #4A5D9E. Grayscale: #A0A0A0. Windows color (decimal): -4873631 or 6398645. OLE color: 6398645.

HSL color Cylindrical-coordinate representation of color #B5A261: hue angle of 46.43º 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 #B5A261 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 162 97 -
CMYK 0 0.10 0.46 0.29
HSL 46.43º 0.36% 0.55% -
HSV(B) 46.43º 0.46% 0.71% -
XYZ 34.13 36.53 16.56 -
YUV 160.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 181 162 97 0 0.10 0.46 0.29 46.43 0.36 0.55
Hex B5 A2 61 0 A 2E 1D 2E 24 37
Octal 265 242 141 0 12 56 35 56 44 67
Binary 10110101 10100010 1100001 0 1010 101110 11101 101110 100100 110111

Color Harmonies of #B5A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A261

Black with #B5A261

Text Example


Text Example

White with #B5A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A261; }

 p { color: rgb(181,162,97); }

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

background-color css

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

 a { background-color: rgb(181,162,97); }

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

border-color css

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

 span { border-color: rgb(181,162,97); }

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