Html Css Color HEX #B5A468 Gimblet

📋 copy color: '#B5A468'

red 181 ◦ green 164 ◦ blue 104

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

Shades of Gimblet #B5A468

Tints of Gimblet #B5A468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 40.31%
G = 36.53%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5A468 (or 0xB5A468) is known color: Gimblet. HEX triplet: B5, A4 and 68. RGB value is (181,164,104). Sum of RGB (Red+Green+Blue) = 181+164+104=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A468 is #4A5B97. Grayscale: #A2A2A2. Windows color (decimal): -4873112 or 6857909. OLE color: 6857909.

HSL color Cylindrical-coordinate representation of color #B5A468: hue angle of 46.75º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5A468 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 104 -
CMYK 0 0.09 0.43 0.29
HSL 46.75º 0.34% 0.56% -
HSV(B) 46.75º 0.43% 0.71% -
XYZ 34.83 37.37 18.47 -
YUV 162.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 181 164 104 0 0.09 0.43 0.29 46.75 0.34 0.56
Hex B5 A4 68 0 9 2B 1D 2F 22 38
Octal 265 244 150 0 11 53 35 57 42 70
Binary 10110101 10100100 1101000 0 1001 101011 11101 101111 100010 111000

Color Harmonies of #B5A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A468

Black with #B5A468

Text Example


Text Example

White with #B5A468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A468; }

 p { color: rgb(181,164,104); }

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

background-color css

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

 a { background-color: rgb(181,164,104); }

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

border-color css

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

 span { border-color: rgb(181,164,104); }

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