Html Css Color HEX #B5A265 Gimblet

📋 copy color: '#B5A265'

red 181 ◦ green 162 ◦ blue 101

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

Shades of Gimblet #B5A265

Tints of Gimblet #B5A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 40.77%
G = 36.49%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B5A265 (or 0xB5A265) is known color: Gimblet. HEX triplet: B5, A2 and 65. RGB value is (181,162,101). Sum of RGB (Red+Green+Blue) = 181+162+101=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A265 is #4A5D9A. Grayscale: #A0A0A0. Windows color (decimal): -4873627 or 6660789. OLE color: 6660789.

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

Color convert

RGB 181 162 101 -
CMYK 0 0.10 0.44 0.29
HSL 45.75º 0.35% 0.55% -
HSV(B) 45.75º 0.44% 0.71% -
XYZ 34.33 36.6 17.57 -
YUV 160.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 181 162 101 0 0.10 0.44 0.29 45.75 0.35 0.55
Hex B5 A2 65 0 A 2C 1D 2E 23 37
Octal 265 242 145 0 12 54 35 56 43 67
Binary 10110101 10100010 1100101 0 1010 101100 11101 101110 100011 110111

Color Harmonies of #B5A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A265

Black with #B5A265

Text Example


Text Example

White with #B5A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A265; }

 p { color: rgb(181,162,101); }

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

background-color css

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

 a { background-color: rgb(181,162,101); }

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

border-color css

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

 span { border-color: rgb(181,162,101); }

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