Html Css Color HEX #B5A25D Gimblet

📋 copy color: '#B5A25D'

red 181 ◦ green 162 ◦ blue 93

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

Shades of Gimblet #B5A25D

Tints of Gimblet #B5A25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 41.51%
G = 37.16%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5A25D (or 0xB5A25D) is known color: Gimblet. HEX triplet: B5, A2 and 5D. RGB value is (181,162,93). Sum of RGB (Red+Green+Blue) = 181+162+93=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A25D is #4A5DA2. Grayscale: #A0A0A0. Windows color (decimal): -4873635 or 6136501. OLE color: 6136501.

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

Color convert

RGB 181 162 93 -
CMYK 0 0.10 0.49 0.29
HSL 47.05º 0.37% 0.54% -
HSV(B) 47.05º 0.49% 0.71% -
XYZ 33.95 36.45 15.6 -
YUV 159.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 181 162 93 0 0.10 0.49 0.29 47.05 0.37 0.54
Hex B5 A2 5D 0 A 31 1D 2F 25 36
Octal 265 242 135 0 12 61 35 57 45 66
Binary 10110101 10100010 1011101 0 1010 110001 11101 101111 100101 110110

Color Harmonies of #B5A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A25D

Black with #B5A25D

Text Example


Text Example

White with #B5A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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