Html Css Color HEX #B5A963 Gimblet

📋 copy color: '#B5A963'

red 181 ◦ green 169 ◦ blue 99

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

Shades of Gimblet #B5A963

Tints of Gimblet #B5A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 40.31%
G = 37.64%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B5A963 (or 0xB5A963) is known color: Gimblet. HEX triplet: B5, A9 and 63. RGB value is (181,169,99). Sum of RGB (Red+Green+Blue) = 181+169+99=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A963 is #4A569C. Grayscale: #A4A4A4. Windows color (decimal): -4871837 or 6531509. OLE color: 6531509.

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

Color convert

RGB 181 169 99 -
CMYK 0 0.07 0.45 0.29
HSL 51.22º 0.36% 0.55% -
HSV(B) 51.22º 0.45% 0.71% -
XYZ 35.5 39.1 17.48 -
YUV 164.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 181 169 99 0 0.07 0.45 0.29 51.22 0.36 0.55
Hex B5 A9 63 0 7 2D 1D 33 24 37
Octal 265 251 143 0 7 55 35 63 44 67
Binary 10110101 10101001 1100011 0 111 101101 11101 110011 100100 110111

Color Harmonies of #B5A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A963

Black with #B5A963

Text Example


Text Example

White with #B5A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A963; }

 p { color: rgb(181,169,99); }

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

background-color css

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

 a { background-color: rgb(181,169,99); }

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

border-color css

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

 span { border-color: rgb(181,169,99); }

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