Html Css Color HEX #B2A965 Gimblet

📋 copy color: '#B2A965'

red 178 ◦ green 169 ◦ blue 101

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

Shades of Gimblet #B2A965

Tints of Gimblet #B2A965

RGB

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

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

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

R = 39.73%
G = 37.72%
B = 22.54%

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

#B2A965 (or 0xB2A965) is known color: Gimblet. HEX triplet: B2, A9 and 65. RGB value is (178,169,101). Sum of RGB (Red+Green+Blue) = 178+169+101=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A965 is #4D569A. Grayscale: #A4A4A4. Windows color (decimal): -5068443 or 6662578. OLE color: 6662578.

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

Color convert

RGB 178 169 101 -
CMYK 0 0.05 0.43 0.30
HSL 52.99º 0.33% 0.55% -
HSV(B) 52.99º 0.43% 0.7% -
XYZ 34.9 38.78 17.96 -
YUV 163.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 178 169 101 0 0.05 0.43 0.30 52.99 0.33 0.55
Hex B2 A9 65 0 5 2B 1E 35 21 37
Octal 262 251 145 0 5 53 36 65 41 67
Binary 10110010 10101001 1100101 0 101 101011 11110 110101 100001 110111

Color Harmonies of #B2A965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A965

Black with #B2A965

Text Example


Text Example

White with #B2A965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A965; }

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

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

background-color css

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

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

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

border-color css

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

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

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