Html Css Color HEX #B5A569 Gimblet

📋 copy color: '#B5A569'

red 181 ◦ green 165 ◦ blue 105

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

Shades of Gimblet #B5A569

Tints of Gimblet #B5A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

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

R = 40.13%
G = 36.59%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B5A569 (or 0xB5A569) is known color: Gimblet. HEX triplet: B5, A5 and 69. RGB value is (181,165,105). Sum of RGB (Red+Green+Blue) = 181+165+105=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A569 is #4A5A96. Grayscale: #A3A3A3. Windows color (decimal): -4872855 or 6923701. OLE color: 6923701.

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

Color convert

RGB 181 165 105 -
CMYK 0 0.09 0.42 0.29
HSL 47.37º 0.34% 0.56% -
HSV(B) 47.37º 0.42% 0.71% -
XYZ 35.06 37.75 18.8 -
YUV 162.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 181 165 105 0 0.09 0.42 0.29 47.37 0.34 0.56
Hex B5 A5 69 0 9 2A 1D 2F 22 38
Octal 265 245 151 0 11 52 35 57 42 70
Binary 10110101 10100101 1101001 0 1001 101010 11101 101111 100010 111000

Color Harmonies of #B5A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A569

Black with #B5A569

Text Example


Text Example

White with #B5A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A569; }

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

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

background-color css

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

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

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

border-color css

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

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

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