Html Css Color HEX #B5A55C Gimblet

📋 copy color: '#B5A55C'

red 181 ◦ green 165 ◦ blue 92

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

Shades of Gimblet #B5A55C

Tints of Gimblet #B5A55C

RGB

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

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

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

R = 41.32%
G = 37.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5A55C (or 0xB5A55C) is known color: Gimblet. HEX triplet: B5, A5 and 5C. RGB value is (181,165,92). Sum of RGB (Red+Green+Blue) = 181+165+92=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A55C is #4A5AA3. Grayscale: #A1A1A1. Windows color (decimal): -4872868 or 6071733. OLE color: 6071733.

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

Color convert

RGB 181 165 92 -
CMYK 0 0.09 0.49 0.29
HSL 49.21º 0.38% 0.54% -
HSV(B) 49.21º 0.49% 0.71% -
XYZ 34.44 37.51 15.55 -
YUV 161.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 181 165 92 0 0.09 0.49 0.29 49.21 0.38 0.54
Hex B5 A5 5C 0 9 31 1D 31 26 36
Octal 265 245 134 0 11 61 35 61 46 66
Binary 10110101 10100101 1011100 0 1001 110001 11101 110001 100110 110110

Color Harmonies of #B5A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A55C

Black with #B5A55C

Text Example


Text Example

White with #B5A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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