Html Css Color HEX #B5A770 Gimblet

📋 copy color: '#B5A770'

red 181 ◦ green 167 ◦ blue 112

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

Shades of Gimblet #B5A770

Tints of Gimblet #B5A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

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

R = 39.35%
G = 36.3%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B5A770 (or 0xB5A770) is known color: Gimblet. HEX triplet: B5, A7 and 70. RGB value is (181,167,112). Sum of RGB (Red+Green+Blue) = 181+167+112=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A770 is #4A588F. Grayscale: #A5A5A5. Windows color (decimal): -4872336 or 7382965. OLE color: 7382965.

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

Color convert

RGB 181 167 112 -
CMYK 0 0.08 0.38 0.29
HSL 47.83º 0.32% 0.57% -
HSV(B) 47.83º 0.38% 0.71% -
XYZ 35.8 38.63 20.9 -
YUV 164.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 181 167 112 0 0.08 0.38 0.29 47.83 0.32 0.57
Hex B5 A7 70 0 8 26 1D 30 20 39
Octal 265 247 160 0 10 46 35 60 40 71
Binary 10110101 10100111 1110000 0 1000 100110 11101 110000 100000 111001

Color Harmonies of #B5A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A770

Black with #B5A770

Text Example


Text Example

White with #B5A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A770; }

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

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

background-color css

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

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

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

border-color css

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

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

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