Html Css Color HEX #B5A66C Gimblet

📋 copy color: '#B5A66C'

red 181 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #B5A66C

Tints of Gimblet #B5A66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 39.78%
G = 36.48%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5A66C (or 0xB5A66C) is known color: Gimblet. HEX triplet: B5, A6 and 6C. RGB value is (181,166,108). Sum of RGB (Red+Green+Blue) = 181+166+108=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A66C is #4A5993. Grayscale: #A4A4A4. Windows color (decimal): -4872596 or 7120565. OLE color: 7120565.

HSL color Cylindrical-coordinate representation of color #B5A66C: hue angle of 47.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A66C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 166 108 -
CMYK 0 0.08 0.40 0.29
HSL 47.67º 0.33% 0.57% -
HSV(B) 47.67º 0.4% 0.71% -
XYZ 35.4 38.18 19.69 -
YUV 163.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 181 166 108 0 0.08 0.40 0.29 47.67 0.33 0.57
Hex B5 A6 6C 0 8 28 1D 30 21 39
Octal 265 246 154 0 10 50 35 60 41 71
Binary 10110101 10100110 1101100 0 1000 101000 11101 110000 100001 111001

Color Harmonies of #B5A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A66C

Black with #B5A66C

Text Example


Text Example

White with #B5A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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