Html Css Color HEX #B5A35C Gimblet

📋 copy color: '#B5A35C'

red 181 ◦ green 163 ◦ blue 92

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

Shades of Gimblet #B5A35C

Tints of Gimblet #B5A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

 BLUE value IS 92 (36.33% from 255) = 21.1%

R = 41.51%
G = 37.39%
B = 21.1%

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

#B5A35C (or 0xB5A35C) is known color: Gimblet. HEX triplet: B5, A3 and 5C. RGB value is (181,163,92). Sum of RGB (Red+Green+Blue) = 181+163+92=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A35C is #4A5CA3. Grayscale: #A0A0A0. Windows color (decimal): -4873380 or 6071221. OLE color: 6071221.

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

Color convert

RGB 181 163 92 -
CMYK 0 0.10 0.49 0.29
HSL 47.87º 0.38% 0.54% -
HSV(B) 47.87º 0.49% 0.71% -
XYZ 34.09 36.79 15.43 -
YUV 160.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 181 163 92 0 0.10 0.49 0.29 47.87 0.38 0.54
Hex B5 A3 5C 0 A 31 1D 30 26 36
Octal 265 243 134 0 12 61 35 60 46 66
Binary 10110101 10100011 1011100 0 1010 110001 11101 110000 100110 110110

Color Harmonies of #B5A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A35C

Black with #B5A35C

Text Example


Text Example

White with #B5A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A35C; }

 p { color: rgb(181,163,92); }

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

background-color css

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

 a { background-color: rgb(181,163,92); }

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

border-color css

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

 span { border-color: rgb(181,163,92); }

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