Html Css Color HEX #B5A669 Gimblet

📋 copy color: '#B5A669'

red 181 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #B5A669

Tints of Gimblet #B5A669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 40.04%
G = 36.73%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B5A669 (or 0xB5A669) is known color: Gimblet. HEX triplet: B5, A6 and 69. RGB value is (181,166,105). Sum of RGB (Red+Green+Blue) = 181+166+105=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A669 is #4A5996. Grayscale: #A3A3A3. Windows color (decimal): -4872599 or 6923957. OLE color: 6923957.

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

Color convert

RGB 181 166 105 -
CMYK 0 0.08 0.42 0.29
HSL 48.16º 0.34% 0.56% -
HSV(B) 48.16º 0.42% 0.71% -
XYZ 35.24 38.12 18.86 -
YUV 163.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 181 166 105 0 0.08 0.42 0.29 48.16 0.34 0.56
Hex B5 A6 69 0 8 2A 1D 30 22 38
Octal 265 246 151 0 10 52 35 60 42 70
Binary 10110101 10100110 1101001 0 1000 101010 11101 110000 100010 111000

Color Harmonies of #B5A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A669

Black with #B5A669

Text Example


Text Example

White with #B5A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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