Html Css Color HEX #B2AB63 Gimblet

📋 copy color: '#B2AB63'

red 178 ◦ green 171 ◦ blue 99

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

Shades of Gimblet #B2AB63

Tints of Gimblet #B2AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 39.73%
G = 38.17%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B2AB63 (or 0xB2AB63) is known color: Gimblet. HEX triplet: B2, AB and 63. RGB value is (178,171,99). Sum of RGB (Red+Green+Blue) = 178+171+99=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB63 is #4D549C. Grayscale: #A5A5A5. Windows color (decimal): -5067933 or 6532018. OLE color: 6532018.

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

Color convert

RGB 178 171 99 -
CMYK 0 0.04 0.44 0.30
HSL 54.68º 0.34% 0.54% -
HSV(B) 54.68º 0.44% 0.7% -
XYZ 35.18 39.49 17.57 -
YUV 164.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 178 171 99 0 0.04 0.44 0.30 54.68 0.34 0.54
Hex B2 AB 63 0 4 2C 1E 37 22 36
Octal 262 253 143 0 4 54 36 67 42 66
Binary 10110010 10101011 1100011 0 100 101100 11110 110111 100010 110110

Color Harmonies of #B2AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB63

Black with #B2AB63

Text Example


Text Example

White with #B2AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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