Html Css Color HEX #B2AB6E Gimblet

📋 copy color: '#B2AB6E'

red 178 ◦ green 171 ◦ blue 110

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

Shades of Gimblet #B2AB6E

Tints of Gimblet #B2AB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 38.78%
G = 37.25%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2AB6E (or 0xB2AB6E) is known color: Gimblet. HEX triplet: B2, AB and 6E. RGB value is (178,171,110). Sum of RGB (Red+Green+Blue) = 178+171+110=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB6E is #4D5491. Grayscale: #A6A6A6. Windows color (decimal): -5067922 or 7252914. OLE color: 7252914.

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

Color convert

RGB 178 171 110 -
CMYK 0 0.04 0.38 0.30
HSL 53.82º 0.31% 0.56% -
HSV(B) 53.82º 0.38% 0.7% -
XYZ 35.74 39.72 20.53 -
YUV 166.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 178 171 110 0 0.04 0.38 0.30 53.82 0.31 0.56
Hex B2 AB 6E 0 4 26 1E 36 1F 38
Octal 262 253 156 0 4 46 36 66 37 70
Binary 10110010 10101011 1101110 0 100 100110 11110 110110 11111 111000

Color Harmonies of #B2AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB6E

Black with #B2AB6E

Text Example


Text Example

White with #B2AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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