Html Css Color HEX #B5A570 Gimblet

📋 copy color: '#B5A570'

red 181 ◦ green 165 ◦ blue 112

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

Shades of Gimblet #B5A570

Tints of Gimblet #B5A570

RGB

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

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

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

R = 39.52%
G = 36.03%
B = 24.45%

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

#B5A570 (or 0xB5A570) is known color: Gimblet. HEX triplet: B5, A5 and 70. RGB value is (181,165,112). Sum of RGB (Red+Green+Blue) = 181+165+112=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A570 is #4A5A8F. Grayscale: #A3A3A3. Windows color (decimal): -4872848 or 7382453. OLE color: 7382453.

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

Color convert

RGB 181 165 112 -
CMYK 0 0.09 0.38 0.29
HSL 46.09º 0.32% 0.57% -
HSV(B) 46.09º 0.38% 0.71% -
XYZ 35.44 37.9 20.78 -
YUV 163.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 181 165 112 0 0.09 0.38 0.29 46.09 0.32 0.57
Hex B5 A5 70 0 9 26 1D 2E 20 39
Octal 265 245 160 0 11 46 35 56 40 71
Binary 10110101 10100101 1110000 0 1001 100110 11101 101110 100000 111001

Color Harmonies of #B5A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A570

Black with #B5A570

Text Example


Text Example

White with #B5A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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