Html Css Color HEX #B5A66A Gimblet

📋 copy color: '#B5A66A'

red 181 ◦ green 166 ◦ blue 106

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

Shades of Gimblet #B5A66A

Tints of Gimblet #B5A66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 39.96%
G = 36.64%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5A66A (or 0xB5A66A) is known color: Gimblet. HEX triplet: B5, A6 and 6A. RGB value is (181,166,106). Sum of RGB (Red+Green+Blue) = 181+166+106=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A66A is #4A5995. Grayscale: #A3A3A3. Windows color (decimal): -4872598 or 6989493. OLE color: 6989493.

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

Color convert

RGB 181 166 106 -
CMYK 0 0.08 0.41 0.29
HSL 48º 0.34% 0.56% -
HSV(B) 48º 0.41% 0.71% -
XYZ 35.29 38.14 19.14 -
YUV 163.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 181 166 106 0 0.08 0.41 0.29 48 0.34 0.56
Hex B5 A6 6A 0 8 29 1D 30 22 38
Octal 265 246 152 0 10 51 35 60 42 70
Binary 10110101 10100110 1101010 0 1000 101001 11101 110000 100010 111000

Color Harmonies of #B5A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A66A

Black with #B5A66A

Text Example


Text Example

White with #B5A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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