Html Css Color HEX #B2AA69 Gimblet

📋 copy color: '#B2AA69'

red 178 ◦ green 170 ◦ blue 105

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

Shades of Gimblet #B2AA69

Tints of Gimblet #B2AA69

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

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

R = 39.29%
G = 37.53%
B = 23.18%

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

#B2AA69 (or 0xB2AA69) is known color: Gimblet. HEX triplet: B2, AA and 69. RGB value is (178,170,105). Sum of RGB (Red+Green+Blue) = 178+170+105=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA69 is #4D5596. Grayscale: #A5A5A5. Windows color (decimal): -5068183 or 6924978. OLE color: 6924978.

HSL color Cylindrical-coordinate representation of color #B2AA69: hue angle of 53.42º 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 #B2AA69 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 105 -
CMYK 0 0.04 0.41 0.30
HSL 53.42º 0.32% 0.55% -
HSV(B) 53.42º 0.41% 0.7% -
XYZ 35.28 39.23 19.08 -
YUV 164.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 178 170 105 0 0.04 0.41 0.30 53.42 0.32 0.55
Hex B2 AA 69 0 4 29 1E 35 20 37
Octal 262 252 151 0 4 51 36 65 40 67
Binary 10110010 10101010 1101001 0 100 101001 11110 110101 100000 110111

Color Harmonies of #B2AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA69

Black with #B2AA69

Text Example


Text Example

White with #B2AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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