Html Css Color HEX #B5A861 Gimblet

📋 copy color: '#B5A861'

red 181 ◦ green 168 ◦ blue 97

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

Shades of Gimblet #B5A861

Tints of Gimblet #B5A861

RGB

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

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

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

R = 40.58%
G = 37.67%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5A861 (or 0xB5A861) is known color: Gimblet. HEX triplet: B5, A8 and 61. RGB value is (181,168,97). Sum of RGB (Red+Green+Blue) = 181+168+97=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A861 is #4A579E. Grayscale: #A4A4A4. Windows color (decimal): -4872095 or 6400181. OLE color: 6400181.

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

Color convert

RGB 181 168 97 -
CMYK 0 0.07 0.46 0.29
HSL 50.71º 0.36% 0.55% -
HSV(B) 50.71º 0.46% 0.71% -
XYZ 35.22 38.69 16.92 -
YUV 163.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 181 168 97 0 0.07 0.46 0.29 50.71 0.36 0.55
Hex B5 A8 61 0 7 2E 1D 33 24 37
Octal 265 250 141 0 7 56 35 63 44 67
Binary 10110101 10101000 1100001 0 111 101110 11101 110011 100100 110111

Color Harmonies of #B5A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A861

Black with #B5A861

Text Example


Text Example

White with #B5A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A861; }

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

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

background-color css

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

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

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

border-color css

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

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

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