Html Css Color HEX #B5A470 Gimblet

📋 copy color: '#B5A470'

red 181 ◦ green 164 ◦ blue 112

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

Shades of Gimblet #B5A470

Tints of Gimblet #B5A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 39.61%
G = 35.89%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B5A470 (or 0xB5A470) is known color: Gimblet. HEX triplet: B5, A4 and 70. RGB value is (181,164,112). Sum of RGB (Red+Green+Blue) = 181+164+112=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A470 is #4A5B8F. Grayscale: #A3A3A3. Windows color (decimal): -4873104 or 7382197. OLE color: 7382197.

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

Color convert

RGB 181 164 112 -
CMYK 0 0.09 0.38 0.29
HSL 45.22º 0.32% 0.57% -
HSV(B) 45.22º 0.38% 0.71% -
XYZ 35.26 37.54 20.72 -
YUV 163.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 181 164 112 0 0.09 0.38 0.29 45.22 0.32 0.57
Hex B5 A4 70 0 9 26 1D 2D 20 39
Octal 265 244 160 0 11 46 35 55 40 71
Binary 10110101 10100100 1110000 0 1001 100110 11101 101101 100000 111001

Color Harmonies of #B5A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A470

Black with #B5A470

Text Example


Text Example

White with #B5A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A470; }

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

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

background-color css

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

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

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

border-color css

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

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

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