Html Css Color HEX #B5A25F Gimblet

📋 copy color: '#B5A25F'

red 181 ◦ green 162 ◦ blue 95

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

Shades of Gimblet #B5A25F

Tints of Gimblet #B5A25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 41.32%
G = 36.99%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5A25F (or 0xB5A25F) is known color: Gimblet. HEX triplet: B5, A2 and 5F. RGB value is (181,162,95). Sum of RGB (Red+Green+Blue) = 181+162+95=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A25F is #4A5DA0. Grayscale: #A0A0A0. Windows color (decimal): -4873633 or 6267573. OLE color: 6267573.

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

Color convert

RGB 181 162 95 -
CMYK 0 0.10 0.48 0.29
HSL 46.74º 0.37% 0.54% -
HSV(B) 46.74º 0.48% 0.71% -
XYZ 34.04 36.49 16.08 -
YUV 160.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 181 162 95 0 0.10 0.48 0.29 46.74 0.37 0.54
Hex B5 A2 5F 0 A 30 1D 2F 25 36
Octal 265 242 137 0 12 60 35 57 45 66
Binary 10110101 10100010 1011111 0 1010 110000 11101 101111 100101 110110

Color Harmonies of #B5A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A25F

Black with #B5A25F

Text Example


Text Example

White with #B5A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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