Html Css Color HEX #B5A85B Gimblet

📋 copy color: '#B5A85B'

red 181 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #B5A85B

Tints of Gimblet #B5A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 41.14%
G = 38.18%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5A85B (or 0xB5A85B) is known color: Gimblet. HEX triplet: B5, A8 and 5B. RGB value is (181,168,91). Sum of RGB (Red+Green+Blue) = 181+168+91=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A85B is #4A57A4. Grayscale: #A3A3A3. Windows color (decimal): -4872101 or 6006965. OLE color: 6006965.

HSL color Cylindrical-coordinate representation of color #B5A85B: hue angle of 51.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5A85B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 91 -
CMYK 0 0.07 0.50 0.29
HSL 51.33º 0.38% 0.53% -
HSV(B) 51.33º 0.5% 0.71% -
XYZ 34.95 38.58 15.5 -
YUV 163.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 181 168 91 0 0.07 0.50 0.29 51.33 0.38 0.53
Hex B5 A8 5B 0 7 32 1D 33 26 35
Octal 265 250 133 0 7 62 35 63 46 65
Binary 10110101 10101000 1011011 0 111 110010 11101 110011 100110 110101

Color Harmonies of #B5A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A85B

Black with #B5A85B

Text Example


Text Example

White with #B5A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A85B; }

 p { color: rgb(181,168,91); }

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

background-color css

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

 a { background-color: rgb(181,168,91); }

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

border-color css

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

 span { border-color: rgb(181,168,91); }

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