Html Css Color HEX #B2A966 Gimblet

📋 copy color: '#B2A966'

red 178 ◦ green 169 ◦ blue 102

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

Shades of Gimblet #B2A966

Tints of Gimblet #B2A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 39.64%
G = 37.64%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B2A966 (or 0xB2A966) is known color: Gimblet. HEX triplet: B2, A9 and 66. RGB value is (178,169,102). Sum of RGB (Red+Green+Blue) = 178+169+102=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A966 is #4D5699. Grayscale: #A4A4A4. Windows color (decimal): -5068442 or 6728114. OLE color: 6728114.

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

Color convert

RGB 178 169 102 -
CMYK 0 0.05 0.43 0.30
HSL 52.89º 0.33% 0.55% -
HSV(B) 52.89º 0.43% 0.7% -
XYZ 34.95 38.8 18.22 -
YUV 164.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 178 169 102 0 0.05 0.43 0.30 52.89 0.33 0.55
Hex B2 A9 66 0 5 2B 1E 35 21 37
Octal 262 251 146 0 5 53 36 65 41 67
Binary 10110010 10101001 1100110 0 101 101011 11110 110101 100001 110111

Color Harmonies of #B2A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A966

Black with #B2A966

Text Example


Text Example

White with #B2A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A966; }

 p { color: rgb(178,169,102); }

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

background-color css

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

 a { background-color: rgb(178,169,102); }

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

border-color css

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

 span { border-color: rgb(178,169,102); }

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