Html Css Color HEX #B5A370 Gimblet

📋 copy color: '#B5A370'

red 181 ◦ green 163 ◦ blue 112

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

Shades of Gimblet #B5A370

Tints of Gimblet #B5A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 39.69%
G = 35.75%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B5A370 (or 0xB5A370) is known color: Gimblet. HEX triplet: B5, A3 and 70. RGB value is (181,163,112). Sum of RGB (Red+Green+Blue) = 181+163+112=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A370 is #4A5C8F. Grayscale: #A2A2A2. Windows color (decimal): -4873360 or 7381941. OLE color: 7381941.

HSL color Cylindrical-coordinate representation of color #B5A370: hue angle of 44.35º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5A370 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 112 -
CMYK 0 0.10 0.38 0.29
HSL 44.35º 0.32% 0.57% -
HSV(B) 44.35º 0.38% 0.71% -
XYZ 35.08 37.19 20.66 -
YUV 162.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 181 163 112 0 0.10 0.38 0.29 44.35 0.32 0.57
Hex B5 A3 70 0 A 26 1D 2C 20 39
Octal 265 243 160 0 12 46 35 54 40 71
Binary 10110101 10100011 1110000 0 1010 100110 11101 101100 100000 111001

Color Harmonies of #B5A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A370

Black with #B5A370

Text Example


Text Example

White with #B5A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A370; }

 p { color: rgb(181,163,112); }

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

background-color css

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

 a { background-color: rgb(181,163,112); }

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

border-color css

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

 span { border-color: rgb(181,163,112); }

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