Html Css Color HEX #B2A665 Gimblet

📋 copy color: '#B2A665'

red 178 ◦ green 166 ◦ blue 101

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

Shades of Gimblet #B2A665

Tints of Gimblet #B2A665

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

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

R = 40%
G = 37.3%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B2A665 (or 0xB2A665) is known color: Gimblet. HEX triplet: B2, A6 and 65. RGB value is (178,166,101). Sum of RGB (Red+Green+Blue) = 178+166+101=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A665 is #4D599A. Grayscale: #A2A2A2. Windows color (decimal): -5069211 or 6661810. OLE color: 6661810.

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

Color convert

RGB 178 166 101 -
CMYK 0 0.07 0.43 0.30
HSL 50.65º 0.33% 0.55% -
HSV(B) 50.65º 0.43% 0.7% -
XYZ 34.35 37.68 17.77 -
YUV 162.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 178 166 101 0 0.07 0.43 0.30 50.65 0.33 0.55
Hex B2 A6 65 0 7 2B 1E 33 21 37
Octal 262 246 145 0 7 53 36 63 41 67
Binary 10110010 10100110 1100101 0 111 101011 11110 110011 100001 110111

Color Harmonies of #B2A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A665

Black with #B2A665

Text Example


Text Example

White with #B2A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A665; }

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

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

background-color css

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

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

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

border-color css

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

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

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