Html Css Color HEX #B5A668 Gimblet

📋 copy color: '#B5A668'

red 181 ◦ green 166 ◦ blue 104

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

Shades of Gimblet #B5A668

Tints of Gimblet #B5A668

RGB

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

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

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

R = 40.13%
G = 36.81%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5A668 (or 0xB5A668) is known color: Gimblet. HEX triplet: B5, A6 and 68. RGB value is (181,166,104). Sum of RGB (Red+Green+Blue) = 181+166+104=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A668 is #4A5997. Grayscale: #A3A3A3. Windows color (decimal): -4872600 or 6858421. OLE color: 6858421.

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

Color convert

RGB 181 166 104 -
CMYK 0 0.08 0.43 0.29
HSL 48.31º 0.34% 0.56% -
HSV(B) 48.31º 0.43% 0.71% -
XYZ 35.19 38.1 18.6 -
YUV 163.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 181 166 104 0 0.08 0.43 0.29 48.31 0.34 0.56
Hex B5 A6 68 0 8 2B 1D 30 22 38
Octal 265 246 150 0 10 53 35 60 42 70
Binary 10110101 10100110 1101000 0 1000 101011 11101 110000 100010 111000

Color Harmonies of #B5A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A668

Black with #B5A668

Text Example


Text Example

White with #B5A668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A668; }

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

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

background-color css

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

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

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

border-color css

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

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

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