Html Css Color HEX #B2AB5E Gimblet

📋 copy color: '#B2AB5E'

red 178 ◦ green 171 ◦ blue 94

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

Shades of Gimblet #B2AB5E

Tints of Gimblet #B2AB5E

RGB

 RED value IS 178 (69.92% from 255) = 40.18%

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 40.18%
G = 38.6%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2AB5E (or 0xB2AB5E) is known color: Gimblet. HEX triplet: B2, AB and 5E. RGB value is (178,171,94). Sum of RGB (Red+Green+Blue) = 178+171+94=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB5E is #4D54A1. Grayscale: #A4A4A4. Windows color (decimal): -5067938 or 6204338. OLE color: 6204338.

HSL color Cylindrical-coordinate representation of color #B2AB5E: hue angle of 55º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2AB5E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 94 -
CMYK 0 0.04 0.47 0.30
HSL 55º 0.35% 0.53% -
HSV(B) 55º 0.47% 0.7% -
XYZ 34.94 39.4 16.35 -
YUV 164.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 178 171 94 0 0.04 0.47 0.30 55 0.35 0.53
Hex B2 AB 5E 0 4 2F 1E 37 23 35
Octal 262 253 136 0 4 57 36 67 43 65
Binary 10110010 10101011 1011110 0 100 101111 11110 110111 100011 110101

Color Harmonies of #B2AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB5E

Black with #B2AB5E

Text Example


Text Example

White with #B2AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB5E; }

 p { color: rgb(178,171,94); }

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

background-color css

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

 a { background-color: rgb(178,171,94); }

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

border-color css

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

 span { border-color: rgb(178,171,94); }

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