Html Css Color HEX #B2AB69 Gimblet

📋 copy color: '#B2AB69'

red 178 ◦ green 171 ◦ blue 105

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

Shades of Gimblet #B2AB69

Tints of Gimblet #B2AB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 39.21%
G = 37.67%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B2AB69 (or 0xB2AB69) is known color: Gimblet. HEX triplet: B2, AB and 69. RGB value is (178,171,105). Sum of RGB (Red+Green+Blue) = 178+171+105=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB69 is #4D5496. Grayscale: #A5A5A5. Windows color (decimal): -5067927 or 6925234. OLE color: 6925234.

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

Color convert

RGB 178 171 105 -
CMYK 0 0.04 0.41 0.30
HSL 54.25º 0.32% 0.55% -
HSV(B) 54.25º 0.41% 0.7% -
XYZ 35.47 39.61 19.14 -
YUV 165.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 178 171 105 0 0.04 0.41 0.30 54.25 0.32 0.55
Hex B2 AB 69 0 4 29 1E 36 20 37
Octal 262 253 151 0 4 51 36 66 40 67
Binary 10110010 10101011 1101001 0 100 101001 11110 110110 100000 110111

Color Harmonies of #B2AB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB69

Black with #B2AB69

Text Example


Text Example

White with #B2AB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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