Html Css Color HEX #B2AC65 Gimblet

📋 copy color: '#B2AC65'

red 178 ◦ green 172 ◦ blue 101

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

Shades of Gimblet #B2AC65

Tints of Gimblet #B2AC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

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

R = 39.47%
G = 38.14%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B2AC65 (or 0xB2AC65) is known color: Gimblet. HEX triplet: B2, AC and 65. RGB value is (178,172,101). Sum of RGB (Red+Green+Blue) = 178+172+101=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC65 is #4D539A. Grayscale: #A5A5A5. Windows color (decimal): -5067675 or 6663346. OLE color: 6663346.

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

Color convert

RGB 178 172 101 -
CMYK 0 0.03 0.43 0.30
HSL 55.32º 0.33% 0.55% -
HSV(B) 55.32º 0.43% 0.7% -
XYZ 35.46 39.91 18.15 -
YUV 165.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 178 172 101 0 0.03 0.43 0.30 55.32 0.33 0.55
Hex B2 AC 65 0 3 2B 1E 37 21 37
Octal 262 254 145 0 3 53 36 67 41 67
Binary 10110010 10101100 1100101 0 11 101011 11110 110111 100001 110111

Color Harmonies of #B2AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC65

Black with #B2AC65

Text Example


Text Example

White with #B2AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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