Html Css Color HEX #B2A565 Gimblet

📋 copy color: '#B2A565'

red 178 ◦ green 165 ◦ blue 101

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

Shades of Gimblet #B2A565

Tints of Gimblet #B2A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

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

R = 40.09%
G = 37.16%
B = 22.75%

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

#B2A565 (or 0xB2A565) is known color: Gimblet. HEX triplet: B2, A5 and 65. RGB value is (178,165,101). Sum of RGB (Red+Green+Blue) = 178+165+101=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A565 is #4D5A9A. Grayscale: #A1A1A1. Windows color (decimal): -5069467 or 6661554. OLE color: 6661554.

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

Color convert

RGB 178 165 101 -
CMYK 0 0.07 0.43 0.30
HSL 49.87º 0.33% 0.55% -
HSV(B) 49.87º 0.43% 0.7% -
XYZ 34.16 37.31 17.71 -
YUV 161.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 178 165 101 0 0.07 0.43 0.30 49.87 0.33 0.55
Hex B2 A5 65 0 7 2B 1E 32 21 37
Octal 262 245 145 0 7 53 36 62 41 67
Binary 10110010 10100101 1100101 0 111 101011 11110 110010 100001 110111

Color Harmonies of #B2A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A565

Black with #B2A565

Text Example


Text Example

White with #B2A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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