Html Css Color HEX #B2AB65 Gimblet

📋 copy color: '#B2AB65'

red 178 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #B2AB65

Tints of Gimblet #B2AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 39.56%
G = 38%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B2AB65 (or 0xB2AB65) is known color: Gimblet. HEX triplet: B2, AB and 65. RGB value is (178,171,101). Sum of RGB (Red+Green+Blue) = 178+171+101=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB65 is #4D549A. Grayscale: #A5A5A5. Windows color (decimal): -5067931 or 6663090. OLE color: 6663090.

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

Color convert

RGB 178 171 101 -
CMYK 0 0.04 0.43 0.30
HSL 54.55º 0.33% 0.55% -
HSV(B) 54.55º 0.43% 0.7% -
XYZ 35.27 39.53 18.08 -
YUV 165.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 178 171 101 0 0.04 0.43 0.30 54.55 0.33 0.55
Hex B2 AB 65 0 4 2B 1E 37 21 37
Octal 262 253 145 0 4 53 36 67 41 67
Binary 10110010 10101011 1100101 0 100 101011 11110 110111 100001 110111

Color Harmonies of #B2AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB65

Black with #B2AB65

Text Example


Text Example

White with #B2AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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