Html Css Color HEX #B3AB5E Gimblet

📋 copy color: '#B3AB5E'

red 179 ◦ green 171 ◦ blue 94

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

Shades of Gimblet #B3AB5E

Tints of Gimblet #B3AB5E

RGB

 RED value IS 179 (70.31% from 255) = 40.32%

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

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

R = 40.32%
G = 38.51%
B = 21.17%

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

#B3AB5E (or 0xB3AB5E) is known color: Gimblet. HEX triplet: B3, AB and 5E. RGB value is (179,171,94). Sum of RGB (Red+Green+Blue) = 179+171+94=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB5E is #4C54A1. Grayscale: #A4A4A4. Windows color (decimal): -5002402 or 6204339. OLE color: 6204339.

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

Color convert

RGB 179 171 94 -
CMYK 0 0.04 0.47 0.30
HSL 54.35º 0.36% 0.54% -
HSV(B) 54.35º 0.47% 0.7% -
XYZ 35.17 39.52 16.36 -
YUV 164.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 179 171 94 0 0.04 0.47 0.30 54.35 0.36 0.54
Hex B3 AB 5E 0 4 2F 1E 36 24 36
Octal 263 253 136 0 4 57 36 66 44 66
Binary 10110011 10101011 1011110 0 100 101111 11110 110110 100100 110110

Color Harmonies of #B3AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB5E

Black with #B3AB5E

Text Example


Text Example

White with #B3AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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